new: create a default .out file
[xfstests-dev.git] / new
diff --git a/new b/new
index ab2af69aab152e0bc4d7ff60c2c4a2182a31b354..c21d8db3dabd8f3ca4c3a6043393c1b1978dd65d 100755 (executable)
--- a/new
+++ b/new
@@ -228,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