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/path-entry/testscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/path-entry') 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