From: Baihua Lu <lubaihua0331@gmail.com>
To: fstests@vger.kernel.org
Cc: balu@microsoft.com, decui@microsoft.com, Lili.Deng@microsoft.com,
weh@microsoft.com, Baihua Lu <lubaihua0331@gmail.com>
Subject: [PATCH] common/rc: fix _require_xfs_io_command utimes check
Date: Mon, 28 Oct 2019 07:56:59 +0000 [thread overview]
Message-ID: <20191028075659.38940-1-lubaihua0331@gmail.com> (raw)
There is an error on checking utimes command. Put quotation mark after four "0".
Signed-off-by: Baihua Lu <lubaihua0331@gmail.com>
---
common/rc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/rc b/common/rc
index a29bd780..aeac903b 100644
--- a/common/rc
+++ b/common/rc
@@ -2184,7 +2184,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
--
2.17.1
next reply other threads:[~2019-10-28 7:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-28 7:56 Baihua Lu [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-10-31 1:25 [PATCH] common/rc: fix _require_xfs_io_command utimes check Baihua Lu
2019-10-31 3:41 ` Darrick J. Wong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191028075659.38940-1-lubaihua0331@gmail.com \
--to=lubaihua0331@gmail.com \
--cc=Lili.Deng@microsoft.com \
--cc=balu@microsoft.com \
--cc=decui@microsoft.com \
--cc=fstests@vger.kernel.org \
--cc=weh@microsoft.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox