diff options
Diffstat (limited to 'test/integration/test-external-dependency-solver-protocol')
-rwxr-xr-x | test/integration/test-external-dependency-solver-protocol | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/integration/test-external-dependency-solver-protocol b/test/integration/test-external-dependency-solver-protocol index 3b9b38c39..15944da9d 100755 --- a/test/integration/test-external-dependency-solver-protocol +++ b/test/integration/test-external-dependency-solver-protocol @@ -61,6 +61,8 @@ testsuccess aptget install --solver apt awesomecoolstuff:i386 -s rm -f /tmp/dump.edsp testfailure aptget install --solver dump awesomecoolstuff:i386 -s testsuccess test -s /tmp/dump.edsp +testequal 'Install: awesomecoolstuff:i386' grep :i386 /tmp/dump.edsp +testempty grep :amd64 /tmp/dump.edsp testsuccess aptget dist-upgrade -s testsuccess aptget dist-upgrade -s --solver apt |