aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShiyang Ruan <ruansy.fnst@fujitsu.com>2021-10-30 16:34:33 +0800
committerEryu Guan <guaneryu@gmail.com>2021-10-31 23:04:42 +0800
commitf67dd9d11c536a910e2ea2490048dc1cd37536ff (patch)
treef75abe09b793a5e0e692ad90d30d2cacef4b78c3
parentdb71335ef63f0105ae95745268621f602639ff14 (diff)
downloadxfstests-dev-f67dd9d11c536a910e2ea2490048dc1cd37536ff.tar.gz
generic/201: fix the description
This case is test for 'unlink', and there is no umount operation here. Signed-off-by: Shiyang Ruan <ruansy.fnst@fujitsu.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
-rwxr-xr-xtests/generic/2012
-rw-r--r--tests/generic/201.out2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/generic/201 b/tests/generic/201
index 9b65445a61..2598b44a17 100755
--- a/tests/generic/201
+++ b/tests/generic/201
@@ -50,7 +50,7 @@ md5sum $testdir/file1 | _filter_scratch
md5sum $testdir/file3 | _filter_scratch
md5sum $testdir/file3.chk | _filter_scratch
-echo "CoW and unmount"
+echo "CoW and unlink"
cowoff=$((filesize / 4))
cowsz=$((filesize / 2))
$XFS_IO_PROG -f -c "pwrite -S 0x63 -b $cowsz $cowoff $cowsz" $testdir/file3 >> $seqres.full
diff --git a/tests/generic/201.out b/tests/generic/201.out
index 52669d2747..6867704a3c 100644
--- a/tests/generic/201.out
+++ b/tests/generic/201.out
@@ -5,4 +5,4 @@ Compare files
bdbcf02ee0aa977795a79d25fcfdccb1 SCRATCH_MNT/test-201/file1
d3959a68638c50af07f0258e032cb554 SCRATCH_MNT/test-201/file3
d3959a68638c50af07f0258e032cb554 SCRATCH_MNT/test-201/file3.chk
-CoW and unmount
+CoW and unlink