mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
generic/052: use _check_scratch_fs not _xfs_check
generic/052 was made generic from an xfs test, and generic functions should be used not the xfs-specific ones. Reviewed-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Zorro Lang <zlang@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ _print_logstate
|
||||
|
||||
# curious if FS consistent at start
|
||||
if false; then
|
||||
if _xfs_check $SCRATCH_DEV; then
|
||||
if _check_scratch_fs; then
|
||||
echo "*** checked ok ***"
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user