aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEryu Guan <eguan@redhat.com>2016-09-26 16:44:42 +0800
committerEryu Guan <eguan@redhat.com>2016-09-29 16:03:47 +0800
commit5566a384858baeea8705e556878b2a6db583eab5 (patch)
tree7af951ed489fa4dffd3720ab1906e4715abfd2fa
parentc13342b75b7db31887f848eabb2ea1972ec9e441 (diff)
downloadxfstests-dev-5566a384858baeea8705e556878b2a6db583eab5.tar.gz
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>
-rwxr-xr-xtests/generic/0522
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/generic/052 b/tests/generic/052
index a81885b4c6..74cf5b62be 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