From: David Disseldorp Date: Fri, 6 Jul 2007 06:10:31 +0000 (+0000) Subject: remove .full file before running test X-Git-Tag: v1.1.0~478 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=c483c40dbe914b66d606042777edec1bdbab8dcc remove .full file before running test Merge of master-melb:xfs-cmds:29091a by kenmcd. --- diff --git a/168 b/168 index ded7123b..0628d26c 100755 --- a/168 +++ b/168 @@ -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