summaryrefslogtreecommitdiff
path: root/conformance/findbad
diff options
context:
space:
mode:
authorbehdad <behdad>2001-04-07 13:32:49 +0000
committerbehdad <behdad>2001-04-07 13:32:49 +0000
commit76913dfa8089aa05ce36e99448ab8a9ec75b84f3 (patch)
treeaef13af4447639ec03958b677a501d47feba3df0 /conformance/findbad
parente8eb851c0f4cd3d6bc9ba1083521072b8882779a (diff)
Small script changes
Diffstat (limited to 'conformance/findbad')
-rwxr-xr-xconformance/findbad2
1 files changed, 1 insertions, 1 deletions
diff --git a/conformance/findbad b/conformance/findbad
index 7144b78..dda2c09 100755
--- a/conformance/findbad
+++ b/conformance/findbad
@@ -8,4 +8,4 @@ trap 'echo; rm -f $path/test.{in,out,ref} &> /dev/null ; exit' INT
while ! test "`$path/dotest $1`"; do echo -n .; done
shift
-$path/test $@ $path/test.in
+$path/test "$@" $path/test.in