Fix syntax error in common.rc

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
This commit is contained in:
Eric Sandeen
2009-06-25 10:14:24 -05:00
parent 466f161d22
commit af2ea2e779
+1 -1
View File
@@ -707,7 +707,7 @@ _require_user()
# check that xfs_io, glibc, kernel, and filesystem all (!) support
# fallocate
#
_require_xfs_io_falloc()
_require_xfs_io_falloc() {
testio=`$XFS_IO_PROG -F -f -c "falloc 0 1m" $TEST_DIR/$tmp.io 2>&1`
rm -f $TEST_DIR/$tmp.io 2>&1 > /dev/null
echo $testio | grep -q "not found" && \