mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
e52ffc0923
This test is similar to the previous one, except that it copies one byte at a time to make sure that this case works as expected. Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
18 lines
751 B
Plaintext
18 lines
751 B
Plaintext
QA output created by 433
|
|
Create the original file and then copy
|
|
Original md5sums:
|
|
ab56b4d92b40713acc5af89985d4b786 TEST_DIR/test-433/file
|
|
ab56b4d92b40713acc5af89985d4b786 TEST_DIR/test-433/copy
|
|
Swap beginning and end of original file
|
|
md5sums after swapping beginning and end:
|
|
ab56b4d92b40713acc5af89985d4b786 TEST_DIR/test-433/file
|
|
32db1f6d06d15f7e38e1ab1c69da498a TEST_DIR/test-433/copy
|
|
Swap middle parts of original file
|
|
md5sums after swapping middle:
|
|
ab56b4d92b40713acc5af89985d4b786 TEST_DIR/test-433/file
|
|
295228f3d82d344bbcf2f0030519c2ea TEST_DIR/test-433/copy
|
|
Copy tail of original file onto copy
|
|
md5sums after copying tail:
|
|
ab56b4d92b40713acc5af89985d4b786 TEST_DIR/test-433/file
|
|
0c4aac952f72fa078e2f8419aca70b28 TEST_DIR/test-433/copy
|