aboutsummaryrefslogtreecommitdiff
path: root/test/utils.bash
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils.bash')
-rw-r--r--test/utils.bash5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/utils.bash b/test/utils.bash
index 88dd889..f767d90 100644
--- a/test/utils.bash
+++ b/test/utils.bash
@@ -172,8 +172,7 @@ match() {
return 0
fi
- echo "Assertion failed: $ex =~ $a"
- echo "Expected: $e"
- echo "Actual: $a"
+ echo "Match failed: $ex =~ $regex"
+ echo "Value: $a"
exit 1
}