From: Darrick J. Wong Date: Mon, 21 Jun 2021 15:54:54 +0000 (-0700) Subject: fstests: clean up open-coded golden output X-Git-Tag: v2022.05.01~365 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=827136e6f36ddcba5b2c7a625ee00d0ed25a6990;p=xfstests-dev.git 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 Reviewed-by: Chandan Babu R Reviewed-by: Allison Henderson Signed-off-by: Eryu Guan --- diff --git a/tests/btrfs/006 b/tests/btrfs/006 index 67f1fcd8..8168992f 100755 --- a/tests/btrfs/006 +++ b/tests/btrfs/006 @@ -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/$$ diff --git a/tests/btrfs/006.out b/tests/btrfs/006.out index a9769721..b7f29f96 100644 --- a/tests/btrfs/006.out +++ b/tests/btrfs/006.out @@ -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 diff --git a/tests/btrfs/012 b/tests/btrfs/012 index 2d4cece5..0feca7d9 100755 --- a/tests/btrfs/012 +++ b/tests/btrfs/012 @@ -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/$$ diff --git a/tests/btrfs/012.out b/tests/btrfs/012.out index 2a41e7e4..7aa5ae94 100644 --- a/tests/btrfs/012.out +++ b/tests/btrfs/012.out @@ -1 +1 @@ -== QA output created by 012 +QA output created by 012 diff --git a/tests/generic/184 b/tests/generic/184 index c80d5967..e9169244 100755 --- a/tests/generic/184 +++ b/tests/generic/184 @@ -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/$$ diff --git a/tests/generic/184.out b/tests/generic/184.out index 2d19691d..4c300543 100644 --- a/tests/generic/184.out +++ b/tests/generic/184.out @@ -1 +1 @@ -QA output created by 184 - silence is golden +QA output created by 184