diff options
author | behdad <behdad> | 2001-03-28 02:43:21 +0000 |
---|---|---|
committer | behdad <behdad> | 2001-03-28 02:43:21 +0000 |
commit | d4721836cdc90eafd3d0c03c10ff50d5fcf99a5c (patch) | |
tree | fd2ba11fdb568aa52b22425fa76b5701b11ec0ba /conformance/findbad | |
parent | d30a0e26fe88731aef3959fa9158cce818078de6 (diff) |
MEM_OPTIMIZED option, fribidi_tables.i target and some more small 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 4848a53..d1decc9 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 -cat $path/test.in | $path/test -clean $@ +$path/test $@ $path/test.in |