aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xqtest/bin/qtest-driver2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtest/bin/qtest-driver b/qtest/bin/qtest-driver
index b115b94c..5f3b0152 100755
--- a/qtest/bin/qtest-driver
+++ b/qtest/bin/qtest-driver
@@ -604,7 +604,7 @@ sub tc_do_initial_checks
chop(my $f = `cygpath --windows $tc_log`);
$tc_winlog = $f;
}
- elsif ($^O eq 'MSWin32')
+ elsif ($^O =~ m/^MSWin32|msys$/)
{
$tc_winlog = $tc_log;
}