diff options
author | behdad <behdad> | 2001-03-31 05:24:22 +0000 |
---|---|---|
committer | behdad <behdad> | 2001-03-31 05:24:22 +0000 |
commit | 7766ff885c80e76a258b38bb5f1bec7d8b38d4d0 (patch) | |
tree | c4f20f57fb759f4fff5253dd9accba181732b329 /conformance/findbad | |
parent | afd9023c3af0560dcf93a850fe386a86d40b58c4 (diff) |
Fixed the bugs roozbeh found and some other
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 d1decc9..7144b78 100755 --- a/conformance/findbad +++ b/conformance/findbad @@ -2,7 +2,7 @@ # Find a single nonconforming test. # First command line parameter is the length of test in bytes, default is 10. -path=`dirname $(which $0)` +path=`dirname $0` trap 'echo; rm -f $path/test.{in,out,ref} &> /dev/null ; exit' INT |