From: Eryu Guan Date: Mon, 26 Sep 2016 08:44:42 +0000 (+0800) Subject: generic/052: use _check_scratch_fs not _xfs_check X-Git-Tag: v2022.05.01~2341 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=5566a384858baeea8705e556878b2a6db583eab5;p=users%2Fhch%2Fxfstests-dev.git 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 Reviewed-by: Zorro Lang Signed-off-by: Eryu Guan --- diff --git a/tests/generic/052 b/tests/generic/052 index a81885b4c..74cf5b62b 100755 --- a/tests/generic/052 +++ b/tests/generic/052 @@ -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