From af2ea2e779b36364c1c0ece073eb703e959b18c2 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Thu, 25 Jun 2009 10:14:24 -0500 Subject: [PATCH] Fix syntax error in common.rc Signed-off-by: Eric Sandeen --- common.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" && \ -- 2.39.5