diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-23 11:58:55 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-06-23 11:58:55 +0200 |
commit | 85804b86a97e6275fa015c130f382043d52503fa (patch) | |
tree | 650fbd17f670d551dfcf2fc86ec4e7eda0867e08 /tests/entry-time | |
parent | 2c67d8c6bb8d0fb8480a7e71316240d38a048ab7 (diff) |
Add note that access time tests may fail with if running on noatime mount
For example, this happens on NetBSD.
Diffstat (limited to 'tests/entry-time')
-rw-r--r-- | tests/entry-time/testscript | 3 |
1 files changed, 3 insertions, 0 deletions
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 |