diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest.sh b/test/runtest.sh index a60f835..4643bbf 100755 --- a/test/runtest.sh +++ b/test/runtest.sh @@ -87,7 +87,7 @@ function B { # Should fail function F { - echo "test $test <<{!" + echo "test $1 <<{!" (build $1) > /dev/null 2>1 if [ $? -eq '1' ]; then pass $1 |