OpenSystemsDevelopment
/
qpdf
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
af9e36b5070ebd5f6f747348170791d50a765403
Authored by
Jay Berkenbilt
2017-08-21 16:54:18 -0400
1 parent
ceae9dc1
qtest-driver: support msys2 perl
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
qtest/bin/qtest-driver
qtest/bin/qtest-driver
View file @
af9e36b
...
...
@@ -604,7 +604,7 @@ sub tc_do_initial_checks
604
604
chop(my $f = `cygpath --windows $tc_log`);
605
605
$tc_winlog = $f;
606
606
}
607
- elsif ($^O
eq 'MSWin32'
)
607
+ elsif ($^O
=~ m/^MSWin32|msys$/
)
608
608
{
609
609
$tc_winlog = $tc_log;
610
610
}
...
...