aboutsummaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
Diffstat (limited to 'regress')
-rw-r--r--regress/lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/lib.sh b/regress/lib.sh
index d2f995f..e428aaa 100644
--- a/regress/lib.sh
+++ b/regress/lib.sh
@@ -121,7 +121,7 @@ check_reply() {
if [ "$body" != "$2" ]; then
echo "Body mismatch" >&2
- echo "wants : $1" >&2
+ echo "wants : $2" >&2
echo "got : $body" >&2
return 1
fi