qtest-driver: support msys2 perl

This commit is contained in:
Jay Berkenbilt 2017-08-21 16:54:18 -04:00
parent ceae9dc1cb
commit af9e36b507
1 changed files with 1 additions and 1 deletions

View File

@ -604,7 +604,7 @@ sub tc_do_initial_checks
chop(my $f = `cygpath --windows $tc_log`); chop(my $f = `cygpath --windows $tc_log`);
$tc_winlog = $f; $tc_winlog = $f;
} }
elsif ($^O eq 'MSWin32') elsif ($^O =~ m/^MSWin32|msys$/)
{ {
$tc_winlog = $tc_log; $tc_winlog = $tc_log;
} }