summaryrefslogtreecommitdiff
path: root/t/io
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2020-10-26 16:44:14 +0000
committerTony Cook <tony@develop-help.com>2020-11-05 15:47:30 +1100
commitab6d256e36aff793ab718c19e81b27210afcd4f4 (patch)
tree77332673854a4583ecb674ae88b1faf62c07625f /t/io
parentcaf6f170e537c7fc6aa8802adde54d86ff2009a2 (diff)
downloadperl-ab6d256e36aff793ab718c19e81b27210afcd4f4.tar.gz
dragonfly BSD's default filesystem is mounted noatime by default
Diffstat (limited to 't/io')
-rw-r--r--t/io/fs.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/io/fs.t b/t/io/fs.t
index 90bcc31617..a36fbe83ae 100644
--- a/t/io/fs.t
+++ b/t/io/fs.t
@@ -500,7 +500,7 @@ sub check_utime_result {
else {
# Operating systems whose filesystems may be mounted with the noatime option
# RT 132663
- my %noatime_oses = map { $_ => 1 } ( qw| haiku netbsd | );
+ my %noatime_oses = map { $_ => 1 } ( qw| haiku netbsd dragonfly | );
if ($^O =~ /\blinux\b/i) {
note("# Maybe stat() cannot get the correct atime, ".
"as happens via NFS on linux?");