From afc4906acaeb7191e4ec085d7be4ca5b036b821d Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 8 Mar 2006 20:15:08 +0000 Subject: Some test updates for Windows. Handle SHELL set on the command line properly for windows. --- tests/run_make_tests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/run_make_tests.pl') 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. -- cgit v1.2.3