diff options
Diffstat (limited to 'tests/examples/developing.py')
-rw-r--r-- | tests/examples/developing.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/examples/developing.py b/tests/examples/developing.py index 4c488d962..bca6ac61d 100644 --- a/tests/examples/developing.py +++ b/tests/examples/developing.py @@ -29,7 +29,9 @@ def test_autotools_build(cli, tmpdir, datafiles): assert_contains(checkout, ['/usr', '/usr/lib', '/usr/bin', '/usr/share', '/usr/lib/debug', - '/usr/lib/debug/hello', '/usr/bin/hello']) + '/usr/lib/debug/usr', '/usr/lib/debug/usr/bin', + '/usr/lib/debug/usr/bin/hello', + '/usr/bin/hello']) # Test the unmodified hello command works as expected. |