diff options
Diffstat (limited to 'tests/examples/developing.py')
-rw-r--r-- | tests/examples/developing.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/examples/developing.py b/tests/examples/developing.py index 0a51802a9..cc87935cb 100644 --- a/tests/examples/developing.py +++ b/tests/examples/developing.py @@ -30,10 +30,7 @@ def test_autotools_build(cli, tmpdir, datafiles): result.assert_success() 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/bin/hello']) + '/usr/share', '/usr/bin/hello']) # Test the unmodified hello command works as expected. |