remove .full file before running test

Merge of master-melb:xfs-cmds:29091a by kenmcd.
This commit is contained in:
David Disseldorp
2007-07-06 06:10:31 +00:00
parent 0a74286f0a
commit c483c40dbe
+1
View File
@@ -16,6 +16,7 @@ echo "QA output created by $seq"
here=`pwd`
tmp=/tmp/$$
rm -f $seq.full
status=1 # failure is the default!
trap "_cleanup; exit \$status" 0 1 2 3 15