diff options
Diffstat (limited to 'tests/run_make_tests.pl')
-rwxr-xr-x | tests/run_make_tests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_make_tests.pl b/tests/run_make_tests.pl index ae7536f..689ce2e 100755 --- a/tests/run_make_tests.pl +++ b/tests/run_make_tests.pl @@ -238,7 +238,7 @@ sub set_more_defaults # # This is probably not specific enough. # - if ($osname =~ /Windows/i || $osname =~ /MINGW32/i) { + if ($osname =~ /Windows/i || $osname =~ /MINGW32/i || $osname =~ /CYGWIN_NT/i) { $port_type = 'W32'; } # Bleah, the osname is so variable on DOS. This kind of bites. |