generic/120: requires working *atime mount options

So call _require_atime to avoid spurious failures on NFS.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
Christoph Hellwig
2016-07-18 11:07:33 +03:00
committed by Eryu Guan
parent a4cafa0937
commit b62a0b3053
+2
View File
@@ -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()