aboutsummaryrefslogtreecommitdiffstats
path: root/mtest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mtest.sh')
-rwxr-xr-xmtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mtest.sh b/mtest.sh
index eb2e6f2..43d09a3 100755
--- a/mtest.sh
+++ b/mtest.sh
@@ -151,7 +151,7 @@ mt_dfail()
{
mt_total_checks=$(( mt_total_checks + 1 ))
if ! $@; then
- echo "# assert $mt_current_test, '$1'"
+ echo "# assert $mt_current_test, '$@'"
mt_test_status=1
mt_checks_failed=$(( mt_checks_failed + 1 ))
fi