Skip to content

Commit

Permalink
adjusted test
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Utz <[email protected]>
  • Loading branch information
ant-u committed Mar 12, 2024
1 parent 225d5d3 commit 260df88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/systemtest/test_separate_pkgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ def test_pkg_too_many_license_files(self):
self.assertIn(b"WARNING", stdout)
self.assertIn(b"bsd.LICENSE", stdout)
self.assertIn(b"apl.LICENSE", stdout)
self.assertNotIn(b"../../../LICENSE", stdout)

def test_pkg_unknown_license(self):
"""Test on a package with an unknown license declared in the
Expand Down

0 comments on commit 260df88

Please sign in to comment.