diff --git a/test/link/test.sh b/test/link/test.sh index 086caeb3..2c1ccf3f 100755 --- a/test/link/test.sh +++ b/test/link/test.sh @@ -28,7 +28,7 @@ startTest () { tryDiff () { if ! diff -u --strip-trailing-cr "$1" "$2"; then - echo "${bold}${red}${i%.asm}.out mismatch!${rescolors}${resbold}" + echo "${bold}${red}$1 mismatch!${rescolors}${resbold}" false fi }