From c483c40dbe914b66d606042777edec1bdbab8dcc Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Fri, 6 Jul 2007 06:10:31 +0000 Subject: [PATCH] remove .full file before running test Merge of master-melb:xfs-cmds:29091a by kenmcd. --- 168 | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3