diff options
Diffstat (limited to 'test/integration/test-apt-get-install-deb')
| -rwxr-xr-x | test/integration/test-apt-get-install-deb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/integration/test-apt-get-install-deb b/test/integration/test-apt-get-install-deb index cb423cd59..d1b6003ea 100755 --- a/test/integration/test-apt-get-install-deb +++ b/test/integration/test-apt-get-install-deb @@ -33,10 +33,10 @@ done buildsimplenativepackage 'foo' 'i386,amd64' '1.0' testfailuremsg "E: Unable to satisfy dependencies. Reached two conflicting assignments: - 1. foo:amd64 is not selected for install because: - 1. foo:i386=1.0 is selected for install - 2. foo:amd64 Conflicts foo:i386 - 2. foo:amd64=1.0 is selected for install" aptget install ./incoming/foo_1.0_i386.deb ./incoming/foo_1.0_amd64.deb -s --solver 3.0 + 1. foo:i386=1.0 is selected for install + 2. foo:i386 is not selected for install because: + 1. foo:amd64=1.0 is selected for install + 2. foo:i386 Conflicts foo" aptget install ./incoming/foo_1.0_i386.deb ./incoming/foo_1.0_amd64.deb -s --solver 3.0 testfailureequal "Reading package lists... Building dependency tree... Note, selecting 'foo:i386' instead of './incoming/foo_1.0_i386.deb' |
