From 85804b86a97e6275fa015c130f382043d52503fa Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 23 Jun 2020 11:58:55 +0200 Subject: Add note that access time tests may fail with if running on noatime mount For example, this happens on NetBSD. --- tests/entry-time/testscript | 3 +++ tests/path-entry/testscript | 3 +++ 2 files changed, 6 insertions(+) diff --git a/tests/entry-time/testscript b/tests/entry-time/testscript index 63e1545..2ae59d2 100644 --- a/tests/entry-time/testscript +++ b/tests/entry-time/testscript @@ -39,6 +39,9 @@ t = ($cxx.target.class != 'macos' ? 1521456316789 : 1521456316000) : access : { + # Note that these tests may fail if running on a mount with noatime (for + # example, this happens on NetBSD). + # test.options += -a : dir diff --git a/tests/path-entry/testscript b/tests/path-entry/testscript index 1d6911f..16039fa 100644 --- a/tests/path-entry/testscript +++ b/tests/path-entry/testscript @@ -1,6 +1,9 @@ # file : tests/path-entry/testscript # license : MIT; see accompanying LICENSE file +# Note that atime tests may fail if running on a mount with noatime (for +# example, this happens on NetBSD). + : existing : { -- cgit v1.1