Revert "xfstests: exit out if _scratch_mount fails"

This reverts commit 74bcf51c06.

Unfortunately this commit causes dmapi tests to be run on systems which
don't have dmapi installed, so they fail.

Signed-off-by: Ben Myers <bpm@sgi.com>
This commit is contained in:
Ben Myers
2013-07-26 11:07:33 -05:00
parent 6fe0ad6faf
commit aee563c643
-4
View File
@@ -276,10 +276,6 @@ _scratch_mount_options()
_scratch_mount()
{
_mount -t $FSTYP `_scratch_mount_options $*`
if [ $? -ne 0 ]; then
echo "mount failed"
exit 1
fi
}
_scratch_unmount()