This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Handle OSes where filesystems can be mounted with 'noatime' option
authorJames E Keenan <jkeenan@cpan.org>
Wed, 31 Oct 2018 23:03:19 +0000 (19:03 -0400)
committerJames E Keenan <jkeenan@cpan.org>
Wed, 31 Oct 2018 23:07:32 +0000 (19:07 -0400)
commitb3259969157a58bdc63ef35e4469b04ce5f4aec3
tree319e0fdb4e4c83f34298389471eaba09666f7af3
parent232b691f3c51aaff6228f1358b7c7dbc09b41b14
Handle OSes where filesystems can be mounted with 'noatime' option

Adapted from http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/lang/perl5/patches/patch-ta?rev=1.6&content-type=text/x-cvsweb-markup

For readability, change a 'skip' whose block lacked tests to be skipped
with a simple 'pass'.

For RT 132663
t/io/fs.t