diff --git a/qa/workunits/snaptest1.sh b/qa/workunits/snaptest1.sh index cdb6c2852c6..9443974243b 100755 --- a/qa/workunits/snaptest1.sh +++ b/qa/workunits/snaptest1.sh @@ -3,6 +3,7 @@ echo 1 > file1 echo 2 > file2 echo 3 > file3 +[ -e file4 ] && rm file4 mkdir .snap/snap1 echo 4 > file4 now=`ls`