mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
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:
committed by
Eryu Guan
parent
61cdc74109
commit
827136e6f3
+1
-1
@@ -9,7 +9,7 @@
|
||||
#
|
||||
seq=`basename $0`
|
||||
seqres=$RESULT_DIR/$seq
|
||||
echo "== QA output created by $seq"
|
||||
echo "QA output created by $seq"
|
||||
|
||||
here=`pwd`
|
||||
tmp=/tmp/$$
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
== QA output created by 006
|
||||
QA output created by 006
|
||||
== Set filesystem label to TestLabel.006
|
||||
== Get filesystem label
|
||||
TestLabel.006
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@
|
||||
#
|
||||
seq=`basename $0`
|
||||
seqres=$RESULT_DIR/$seq
|
||||
echo "== QA output created by $seq"
|
||||
echo "QA output created by $seq"
|
||||
|
||||
here=`pwd`
|
||||
tmp=/tmp/$$
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
== QA output created by 012
|
||||
QA output created by 012
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@
|
||||
#
|
||||
seq=`basename $0`
|
||||
seqres=$RESULT_DIR/$seq
|
||||
echo "QA output created by $seq - silence is golden"
|
||||
echo "QA output created by $seq"
|
||||
|
||||
here=`pwd`
|
||||
tmp=/tmp/$$
|
||||
|
||||
@@ -1 +1 @@
|
||||
QA output created by 184 - silence is golden
|
||||
QA output created by 184
|
||||
|
||||
Reference in New Issue
Block a user