This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
dragonfly BSD's default filesystem is mounted noatime by default
[perl5.git] / t / io / fs.t
index 90bcc31..a36fbe8 100644 (file)
--- 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?");