mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-02 22:50:20 +00:00
qtest-driver: support msys2 perl
This commit is contained in:
parent
ceae9dc1cb
commit
af9e36b507
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user