diff options
author | David Kalnischkies <david@kalnischkies.de> | 2014-10-25 13:37:05 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2014-10-26 14:14:42 +0100 |
commit | e52aad5208281837f13018363118ff73aaaabf45 (patch) | |
tree | 3e3aaaa33d9b5f5b1bccc3cb20844d962aa73d8e /test/integration/test-bug-738785-switch-protocol | |
parent | d8c71b3b5dc98daa247433503ad8242c9e7b77db (diff) |
tests: enhance output of grep and test fails
Git-Dch: Ignore
Diffstat (limited to 'test/integration/test-bug-738785-switch-protocol')
-rwxr-xr-x | test/integration/test-bug-738785-switch-protocol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-bug-738785-switch-protocol b/test/integration/test-bug-738785-switch-protocol index e50c84dbf..0f458e099 100755 --- a/test/integration/test-bug-738785-switch-protocol +++ b/test/integration/test-bug-738785-switch-protocol @@ -54,7 +54,7 @@ echo "Dir::Bin::Methods \"${COPYMETHODS}\";" >> aptconfig.conf cd downloaded testequal "E: The method driver $(readlink -f './../')/rootdir/usr/lib/apt/methods/https could not be found. N: Is the package apt-transport-https installed?" aptget download apt -q=0 -testsuccess test ! -e apt_1.0_all.deb +testfailure test -e apt_1.0_all.deb cd - >/dev/null # revert to all methods |