From f67dd9d11c536a910e2ea2490048dc1cd37536ff Mon Sep 17 00:00:00 2001 From: Shiyang Ruan Date: Sat, 30 Oct 2021 16:34:33 +0800 Subject: [PATCH] generic/201: fix the description This case is test for 'unlink', and there is no umount operation here. Signed-off-by: Shiyang Ruan Reviewed-by: Darrick J. Wong Signed-off-by: Eryu Guan --- tests/generic/201 | 2 +- tests/generic/201.out | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/generic/201 b/tests/generic/201 index 9b65445a..2598b44a 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 52669d27..6867704a 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 -- 2.30.2