]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
generic/052: use _check_scratch_fs not _xfs_check
authorEryu Guan <eguan@redhat.com>
Mon, 26 Sep 2016 08:44:42 +0000 (16:44 +0800)
committerEryu Guan <eguan@redhat.com>
Thu, 29 Sep 2016 08:03:47 +0000 (16:03 +0800)
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>
tests/generic/052

index a81885b4c6686f28597e2d7d52ffd44e1feac8df..74cf5b62bec9c06423f1db72576b940207d07ae8 100755 (executable)
@@ -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