Commit af9e36b5070ebd5f6f747348170791d50a765403

Authored by Jay Berkenbilt
1 parent ceae9dc1

qtest-driver: support msys2 perl

Showing 1 changed file with 1 additions and 1 deletions
qtest/bin/qtest-driver
@@ -604,7 +604,7 @@ sub tc_do_initial_checks @@ -604,7 +604,7 @@ sub tc_do_initial_checks
604 chop(my $f = `cygpath --windows $tc_log`); 604 chop(my $f = `cygpath --windows $tc_log`);
605 $tc_winlog = $f; 605 $tc_winlog = $f;
606 } 606 }
607 - elsif ($^O eq 'MSWin32') 607 + elsif ($^O =~ m/^MSWin32|msys$/)
608 { 608 {
609 $tc_winlog = $tc_log; 609 $tc_winlog = $tc_log;
610 } 610 }