ensure testfile doesn't exist before we start.
authorfsgqa <fsgqa>
Fri, 21 Jun 2002 04:11:38 +0000 (04:11 +0000)
committerfsgqa <fsgqa>
Fri, 21 Jun 2002 04:11:38 +0000 (04:11 +0000)
066

diff --git a/066 b/066
index 8589e1785e61d1e17426988b1c320f65ebea9763..f95a8472dab805a4001e6cb5fa6e67cb16a1c143 100755 (executable)
--- a/066
+++ b/066
@@ -57,6 +57,7 @@ _my_ls_filter()
    $AWK_PROG 'NF > 5 {print $5, $9}'
 }
 
+rm -f $TEST_DIR/testfile
 if src/feature -t $TEST_DIR/testfile; then
        :
 else