aboutsummaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-12-29 18:13:55 +0000
committerOmar Polo <op@omarpolo.com>2021-12-29 18:13:55 +0000
commitce09569f7b3bf13665ac1603cc9a284dbd975274 (patch)
tree30a30b942405dd45474c7bce0cee389f63eae553 /regress
parent5c7abf01515677804eeb2cf083e33e4ddd742caf (diff)
typo
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