mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fstests: add _require_mknod
Add a _require_mknod test so that filesystems with no ->mknod operation will _notrun instead of fail, and add the helper to all necessary tests. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Zorro Lang <zlang@redhat.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
@@ -60,6 +60,7 @@ _supported_os Linux
|
||||
_require_scratch
|
||||
_require_attrs
|
||||
_require_symlinks
|
||||
_require_mknod
|
||||
|
||||
rm -f $tmp.backup1 $tmp.backup2 $seqres.full
|
||||
|
||||
|
||||
Reference in New Issue
Block a user