From: Eric Sandeen Date: Thu, 25 Jun 2009 15:14:24 +0000 (-0500) Subject: Fix syntax error in common.rc X-Git-Tag: v1.1.0~257 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=af2ea2e779b36364c1c0ece073eb703e959b18c2;p=xfstests-dev.git Fix syntax error in common.rc Signed-off-by: Eric Sandeen --- diff --git a/common.rc b/common.rc index 73543578..74a4900c 100644 --- 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" && \