Fix syntax error in common.rc
authorEric Sandeen <sandeen@sandeen.net>
Thu, 25 Jun 2009 15:14:24 +0000 (10:14 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Thu, 25 Jun 2009 15:14:24 +0000 (10:14 -0500)
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
common.rc

index 7354357884dd61d970a43bae6af93d7b7a334a95..74a4900c7123af3d630a99be2aa8267dd27b11b9 100644 (file)
--- a/common.rc
+++ b/common.rc
@@ -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" && \