mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fce32d21f8
This runs a set of simple tests where the infile file is the same as the outfile. Signed-off-by: Luis Henriques <lhenriques@suse.com> Reviewed-by: Eryu Guan <guaneryu@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
12 lines
401 B
Plaintext
12 lines
401 B
Plaintext
QA output created by 003
|
|
Copy single object to the end:
|
|
aaaa|bbbb|cccc => aaaa|bbbb|aaaa
|
|
Copy single object to the beginning:
|
|
aaaa|bbbb|aaaa => bbbb|bbbb|aaaa
|
|
Copy single object to the middle:
|
|
bbbb|bbbb|aaaa => bbbb|aaaa|aaaa
|
|
Cross object boundary (no full object copy)
|
|
aaaa|bbbb|cccc => aaaa|bbaa|aacc
|
|
aaaa|bbbb|cccc => aaaa|bbaa|bbcc
|
|
aaaa|bbbb|cccc => aaaa|bbbb|aabb
|