Skip to content

Commit

Permalink
fixup! Support msys in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Maischein committed Jan 2, 2024
1 parent a071b87 commit b4911b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/POSIX/t/time.t
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ SKIP: {
# actually do anything. Cygwin works in some places, but not others. The
# other Win32's below are guesses.
skip "No tzset()", 2
if $^O eq "VMS" || $^O eq "cygwin" || $^O eq "msys"
if $^O eq "VMS" || $^O eq "cygwin" || $^O eq "msys" ||
$^O eq "MSWin32" || $^O eq "interix";
tzset();
my @tzname = tzname();
Expand Down

0 comments on commit b4911b3

Please sign in to comment.