diff options
Diffstat (limited to 'tests/examples/flatpak-autotools.py')
-rw-r--r-- | tests/examples/flatpak-autotools.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/examples/flatpak-autotools.py b/tests/examples/flatpak-autotools.py index 73910c5eb..3f0a73eb3 100644 --- a/tests/examples/flatpak-autotools.py +++ b/tests/examples/flatpak-autotools.py @@ -48,10 +48,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/bin/hello', '/usr/share/doc', + '/usr/share', '/usr/bin/hello', '/usr/share/doc', '/usr/share/doc/amhello', '/usr/share/doc/amhello/README']) |