xfs: fix old fuzz test invocations of xfs_repair
[xfstests-dev.git] / tests / xfs / 112
index cf0a36d0d768746cb273b859fcf000e3b5e0877f..085f21ee38cae4481c3d2e046c6c823ee3713109 100755 (executable)
@@ -79,11 +79,11 @@ if _try_scratch_mount >> $seqres.full 2>&1; then
 fi
 
 echo "+ repair fs"
-_scratch_xfs_repair >> $seqres.full 2>&1
+_repair_scratch_fs >> $seqres.full 2>&1
 if [ $? -eq 2 ]; then
        _scratch_mount
        umount "${SCRATCH_MNT}"
-       _scratch_xfs_repair >> $seqres.full 2>&1
+       _repair_scratch_fs >> $seqres.full 2>&1
 fi
 
 echo "+ mount image (2)"