fstests: _fail test by default when _scratch_mount fails
[xfstests-dev.git] / tests / ext4 / 024
index c0d26ac6e7697a6be058ec7e58c8437eb02a093f..a9ce24d406d443299e93fb908a2d9d261fdddb42 100755 (executable)
@@ -79,7 +79,7 @@ _scratch_unmount
 debugfs -w -R "set_super_value s_last_orphan $inum" $SCRATCH_DEV &>>$seqres.full
 
 # Try to mount the filesystem.  This would hit a BUG() in fs/ext4/inode.c.
-_scratch_mount
+_try_scratch_mount
 
 # success, all done
 echo "Didn't crash!"