summaryrefslogtreecommitdiff
path: root/tests/tests/drs-push-rejects
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2014-03-05 18:36:41 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2014-03-05 18:36:41 +0000
commit8a8f3f8c39b086d8d0987f979ca0120efc373c12 (patch)
tree445b2f55efeab6e3b5066a8d81650bc05678c11a /tests/tests/drs-push-rejects
parent641add18265477ae53c0b162f6f6834e3621f0a4 (diff)
tests: drs-push-rejects: fix unexpected success msg
Diffstat (limited to 'tests/tests/drs-push-rejects')
-rwxr-xr-xtests/tests/drs-push-rejects2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests/drs-push-rejects b/tests/tests/drs-push-rejects
index 67e0dfb..fa3b530 100755
--- a/tests/tests/drs-push-rejects
+++ b/tests/tests/drs-push-rejects
@@ -26,7 +26,7 @@ mustfail () {
ps="${PIPESTATUS[*]}"
set -e
case $ps in
- "0 0") fail "push unexpectedly succeeded: $*" ;;
+ "0 0") fail "push unexpectedly succeeded (instead of: $wantmsg)" ;;
*" 0") ;;
*) fail "tee failed" ;;
esac