generic: hole punching followed by writes in the same range
[xfstests-dev.git] / new
diff --git a/new b/new
index c734bdc562bed49deddf2586aea48c122bd98513..eb7da0ff463b144a07458790e830f48a499cb824 100755 (executable)
--- a/new
+++ b/new
@@ -200,11 +200,14 @@ _cleanup()
 . ./common/rc
 . ./common/filter
 
+# remove previous \$seqres.full before test
+rm -f \$seqres.full
+
 # real QA test starts here
 
 # Modify as appropriate.
 _supported_fs generic
-_supported_os IRIX Linux
+_supported_os Linux
 _require_test
 
 # if error
@@ -225,6 +228,12 @@ echo ""
 chmod 755 $tdir/$id
 ${EDITOR-vi} $tdir/$id
 
+# Create default .out file
+cat <<End-of-File >$tdir/$id.out
+QA output created by $id
+Silence is golden
+End-of-File
+
 if [ $# -eq 0 ]
 then