mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
dedupe: fix consistent error message prefixes for dedupe tests
Since we're fixing the xfs_io dedupe command to consistently print the dedupe ioctl name on error, fix the tests too. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
committed by
Eryu Guan
parent
c4288aec3c
commit
959f80ec24
+1
-1
@@ -70,7 +70,7 @@ _pwrite_byte 0x61 0 $sz $testdir/file >> $seqres.full
|
||||
_pwrite_byte 0x61 0 $sz $testdir/otherfile >> $seqres.full
|
||||
|
||||
echo "Dedupe one file to another"
|
||||
_dedupe_range $testdir/file 0 $othertestdir/otherfile 0 $sz >> $seqres.full
|
||||
_dedupe_range $testdir/file 0 $othertestdir/otherfile 0 $sz 2>&1 | _filter_dedupe_error
|
||||
|
||||
filter_md5()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user