Fix quoting error.

svn path=/trunk/yasm/; revision=1686
0.6.0
Peter Johnson 18 years ago
parent 1a02914218
commit 9c4de0ffd2
  1. 2
      out_test.sh

@ -63,7 +63,7 @@ do
if test $? -gt 0; then
# YASM didn't detect errors but should have!
echo $ECHO_N "E$ECHO_C"
eval "failed$failedct='E: ${a} didn't return an error code!'"
eval "failed$failedct='E: ${a} did not return an error code!'"
failedct=`expr $failedct + 1`
else
./test_hd results/${o} > results/${oh}

Loading…
Cancel
Save