commit ce09569f7b3bf13665ac1603cc9a284dbd975274 from: Omar Polo date: Wed Dec 29 18:13:55 2021 UTC typo commit - 5c7abf01515677804eeb2cf083e33e4ddd742caf commit + ce09569f7b3bf13665ac1603cc9a284dbd975274 blob - d2f995f14a1e008ae74c62b2d25643df18145f8e blob + e428aaa35c4d093f56b47606b6b10f4ea19b13fb --- regress/lib.sh +++ 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