Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit d6f99ed

Browse files
committed
ExtUtils-MakeMaker: extend timestamp test sleep to cygwin
cygwin has the same filesystem sloppyness as MSWin32. See eg https://ci.appveyor.com/project/rurban/cperl/builds/19757492/job/6dud12clox3g29cm
1 parent 15a9a03 commit d6f99ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/ExtUtils-MakeMaker/t/eu_command.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ BEGIN {
7171
cmp_ok( abs($now - $stamp), '<=', 1, 'checking modify time stamp' ) ||
7272
diag "mtime == $stamp, should be $now";
7373

74-
sleep(0.2) if $^O eq 'MSWin32';
74+
sleep(0.2) if $^O =~ /MSWin32|cygwin/;
7575
@ARGV = qw(newfile);
7676
touch();
7777

0 commit comments

Comments
 (0)