From: Baihua Lu Date: Thu, 31 Oct 2019 01:25:53 +0000 (+0000) Subject: common/rc: fix _require_xfs_io_command utimes check X-Git-Tag: v2022.05.01~971 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c062fdb6705ee3c505b0fdbe455679f91bf4efab;p=xfstests-dev.git common/rc: fix _require_xfs_io_command utimes check There is an error on checking utimes command. Put quotation mark after four "0". Signed-off-by: Baihua Lu Reviewed-by: Darrick J. Wong Signed-off-by: Eryu Guan --- diff --git a/common/rc b/common/rc index a2a28f32..657d05d3 100644 --- a/common/rc +++ b/common/rc @@ -2186,7 +2186,7 @@ _require_xfs_io_command() _notrun "xfs_io $command support is missing" ;; "utimes" ) - testio=`$XFS_IO_PROG -f -c "utimes" 0 0 0 0 $testfile 2>&1` + testio=`$XFS_IO_PROG -f -c "utimes 0 0 0 0" $testfile 2>&1` ;; "syncfs") touch $testfile