mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
d360eeaff8
This test is a variant of test generic/426 that tests with less files and more use cases: - Create test dir with non empty files with known content and verify their content after opening file by handle. - Check open by handle of directory. - Check open by handle of files that have been unlinked, but still open. - Check open by handle of files that have been renamed in same dir, moved to new dir and whose parent dir has been renamed. Signed-off-by: Amir Goldstein <amir73il@gmail.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>