diff options
author | Julian Andres Klode <jak@debian.org> | 2015-08-17 18:37:09 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2015-08-17 18:37:18 +0200 |
commit | e7ebb41440cbe298b07c7fb7c6b20a64a17200f0 (patch) | |
tree | eb556bfcaa437d3a2d03708a136abb661b75171c /test/integration/test-parse-all-archs-into-cache | |
parent | 3dddcdf2432e78f37c74d8c76c2c519a8d935ab2 (diff) |
Fix the test suite again
Gbp-Dch: ignore
Diffstat (limited to 'test/integration/test-parse-all-archs-into-cache')
-rwxr-xr-x | test/integration/test-parse-all-archs-into-cache | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/integration/test-parse-all-archs-into-cache b/test/integration/test-parse-all-archs-into-cache index f61862912..7741563e3 100755 --- a/test/integration/test-parse-all-archs-into-cache +++ b/test/integration/test-parse-all-archs-into-cache @@ -34,7 +34,7 @@ Building dependency tree...' aptget check -s testsuccessequal 'Reading package lists... Building dependency tree... -The following extra packages will be installed: +The following additional packages will be installed: libfoo1 The following packages will be REMOVED: foo:amd64 @@ -49,7 +49,7 @@ Conf foo (1 unstable [i386])' aptget install foo -s testsuccessequal 'Reading package lists... Building dependency tree... -The following extra packages will be installed: +The following additional packages will be installed: libfoo1 The following packages will be REMOVED: foo:amd64 libfoo1:amd64 @@ -65,7 +65,7 @@ Conf foo (2 experimental [i386])' aptget install foo/experimental -s testsuccessequal 'Reading package lists... Building dependency tree... -The following extra packages will be installed: +The following additional packages will be installed: foo libfoo1 The following packages will be REMOVED: foo:amd64 |