diff mbox

generic/120: requires working *atime mount options

Message ID 1468829253-24664-1-git-send-email-hch@lst.de (mailing list archive)
State New, archived
Headers show

Commit Message

Christoph Hellwig July 18, 2016, 8:07 a.m. UTC
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 mbox

Patch

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()