diff options
author | behdad <behdad> | 2001-04-07 13:32:49 +0000 |
---|---|---|
committer | behdad <behdad> | 2001-04-07 13:32:49 +0000 |
commit | 76913dfa8089aa05ce36e99448ab8a9ec75b84f3 (patch) | |
tree | aef13af4447639ec03958b677a501d47feba3df0 /conformance/findbad | |
parent | e8eb851c0f4cd3d6bc9ba1083521072b8882779a (diff) |
Small script changes
Diffstat (limited to 'conformance/findbad')
-rwxr-xr-x | conformance/findbad | 2 |
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 |