summaryrefslogtreecommitdiff
path: root/test/integration/test-authentication-basic
diff options
context:
space:
mode:
authorDavid Kalnischkies <david@kalnischkies.de>2014-10-25 13:37:05 +0200
committerDavid Kalnischkies <david@kalnischkies.de>2014-10-26 14:14:42 +0100
commite52aad5208281837f13018363118ff73aaaabf45 (patch)
tree3e3aaaa33d9b5f5b1bccc3cb20844d962aa73d8e /test/integration/test-authentication-basic
parentd8c71b3b5dc98daa247433503ad8242c9e7b77db (diff)
tests: enhance output of grep and test fails
Git-Dch: Ignore
Diffstat (limited to 'test/integration/test-authentication-basic')
-rwxr-xr-xtest/integration/test-authentication-basic2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-authentication-basic b/test/integration/test-authentication-basic
index 4b0ead54a..21b024970 100755
--- a/test/integration/test-authentication-basic
+++ b/test/integration/test-authentication-basic
@@ -18,7 +18,7 @@ testauthfailure() {
testfailure apthelper download-file "${1}/bash" ./downloaded/bash
# crappy test, but http and https output are wastely different…
testsuccess grep 401 rootdir/tmp/testfailure.output
- testsuccess test ! -s ./downloaded/bash
+ testfailure test -s ./downloaded/bash
}
testauthsuccess() {