diff options
Diffstat (limited to 'tests/integration/autotools.py')
-rw-r--r-- | tests/integration/autotools.py | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/integration/autotools.py b/tests/integration/autotools.py index b80dd6d61..1dc7eeacc 100644 --- a/tests/integration/autotools.py +++ b/tests/integration/autotools.py @@ -32,9 +32,7 @@ def test_autotools_build(cli, tmpdir, datafiles): assert result.exit_code == 0 assert_contains(checkout, ['/usr', '/usr/lib', '/usr/bin', - '/usr/share', '/usr/lib/debug', - '/usr/lib/debug/usr', '/usr/lib/debug/usr/bin', - '/usr/lib/debug/usr/bin/hello', + '/usr/share', '/usr/bin/hello', '/usr/share/doc', '/usr/share/doc/amhello', '/usr/share/doc/amhello/README']) @@ -57,9 +55,7 @@ def test_autotools_confroot_build(cli, tmpdir, datafiles): assert result.exit_code == 0 assert_contains(checkout, ['/usr', '/usr/lib', '/usr/bin', - '/usr/share', '/usr/lib/debug', - '/usr/lib/debug/usr', '/usr/lib/debug/usr/bin', - '/usr/lib/debug/usr/bin/hello', + '/usr/share', '/usr/bin/hello', '/usr/share/doc', '/usr/share/doc/amhello', '/usr/share/doc/amhello/README']) |