fstests: clean up open-coded golden output

Fix the handful of tests that open-coded 'QA output created by XXX'.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com>
Reviewed-by: Allison Henderson <allison.henderson@oracle.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
Darrick J. Wong
2021-06-21 08:54:54 -07:00
committed by Eryu Guan
parent 61cdc74109
commit 827136e6f3
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
# #
seq=`basename $0` seq=`basename $0`
seqres=$RESULT_DIR/$seq seqres=$RESULT_DIR/$seq
echo "== QA output created by $seq" echo "QA output created by $seq"
here=`pwd` here=`pwd`
tmp=/tmp/$$ tmp=/tmp/$$
+1 -1
View File
@@ -1,4 +1,4 @@
== QA output created by 006 QA output created by 006
== Set filesystem label to TestLabel.006 == Set filesystem label to TestLabel.006
== Get filesystem label == Get filesystem label
TestLabel.006 TestLabel.006
+1 -1
View File
@@ -15,7 +15,7 @@
# #
seq=`basename $0` seq=`basename $0`
seqres=$RESULT_DIR/$seq seqres=$RESULT_DIR/$seq
echo "== QA output created by $seq" echo "QA output created by $seq"
here=`pwd` here=`pwd`
tmp=/tmp/$$ tmp=/tmp/$$
+1 -1
View File
@@ -1 +1 @@
== QA output created by 012 QA output created by 012
+1 -1
View File
@@ -8,7 +8,7 @@
# #
seq=`basename $0` seq=`basename $0`
seqres=$RESULT_DIR/$seq seqres=$RESULT_DIR/$seq
echo "QA output created by $seq - silence is golden" echo "QA output created by $seq"
here=`pwd` here=`pwd`
tmp=/tmp/$$ tmp=/tmp/$$
+1 -1
View File
@@ -1 +1 @@
QA output created by 184 - silence is golden QA output created by 184