diff options
author | David Kalnischkies <david@kalnischkies.de> | 2014-02-14 18:35:35 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2014-02-14 19:14:45 +0100 |
commit | 5543218acdbbeef1d9f6d118e0b86a765c341430 (patch) | |
tree | 71114ef8efb0736bab4129f1f796ade8f98869ef /test/integration | |
parent | 8190b07a4b338e005fa30d769cb34f1fd29eaa45 (diff) |
honor option to disable pulses for the testcases
Git-Dch: Ignore
Diffstat (limited to 'test/integration')
-rwxr-xr-x | test/integration/test-bug-738785-switch-protocol | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/integration/test-bug-738785-switch-protocol b/test/integration/test-bug-738785-switch-protocol index bc3c6dbad..b51be244a 100755 --- a/test/integration/test-bug-738785-switch-protocol +++ b/test/integration/test-bug-738785-switch-protocol @@ -48,5 +48,6 @@ rm https cd - >/dev/null echo "Dir::Bin::Methods \"${COPYMETHODS}\";" >> aptconfig.conf -aptget download apt +testequal "E: The method driver $(pwd)/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 |