diff --git a/tests/test-common.sh b/tests/test-common.sh index 72edb3d7..35352195 100644 --- a/tests/test-common.sh +++ b/tests/test-common.sh @@ -167,10 +167,10 @@ cmp_out() perl "$srcdir"/tests/normalize.pl $opt "$act" >"$nrm" if msg=`diff -q "$exp" "$nrm"` then - echo "$exp OK" + echo "$i OK" else ret=$? - echo "$exp FAIL" + echo "$i FAIL" echo $msg fi done