All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@lst.de>
To: fstests@vger.kernel.org
Subject: [PATCH] generic/120: requires working *atime mount options
Date: Mon, 18 Jul 2016 11:07:33 +0300	[thread overview]
Message-ID: <1468829253-24664-1-git-send-email-hch@lst.de> (raw)

So call _require_atime to avoid spurious failures on NFS.

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 tests/generic/120 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/generic/120 b/tests/generic/120
index 4271344..9cf4ea8 100755
--- a/tests/generic/120
+++ b/tests/generic/120
@@ -40,6 +40,8 @@ _supported_fs generic
 _supported_os Linux IRIX
 
 _require_scratch
+_require_atime
+
 _scratch_mkfs >/dev/null 2>&1 || _fail "mkfs failed"
 
 _compare_access_times()
-- 
2.1.4


                 reply	other threads:[~2016-07-18  8:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1468829253-24664-1-git-send-email-hch@lst.de \
    --to=hch@lst.de \
    --cc=fstests@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.