X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=blobdiff_plain;f=crash%2Fxfscrash;h=579b724db3f3386d73c73dc083d84ecae6143598;hp=7831d7ef46d6303dc4bb2390c070885604a2b8e9;hb=2605c135e15cd07fcedc3a5cc26b58dc77659bab;hpb=d259454b195c43497bcdaac6bb83a0f2e81afc36 diff --git a/crash/xfscrash b/crash/xfscrash index 7831d7ef..579b724d 100755 --- a/crash/xfscrash +++ b/crash/xfscrash @@ -120,11 +120,11 @@ _check() if [ $expect -eq 0 ] then _echo " *** xfs_check ($LOG/check_clean.out)" - xfs_check $TEST_DEV &> $LOG/check_clean.out || fail=1 + _xfs_check $TEST_DEV &> $LOG/check_clean.out || fail=1 [ -s /tmp/xfs_check_clean.out ] && fail=1 else _echo " *** xfs_check ($LOG/check_dirty.out)" - xfs_check $TEST_DEV &> $LOG/check_dirty.out || fail=1 + _xfs_check $TEST_DEV &> $LOG/check_dirty.out || fail=1 fi if [ $fail -eq 0 -a $expect -eq 0 ]