aboutsummaryrefslogtreecommitdiffstats
path: root/qtest
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-21 22:54:18 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-21 23:44:22 +0200
commitaf9e36b5070ebd5f6f747348170791d50a765403 (patch)
tree513b28694b3a741ed1c9589aec99c0ef28652c68 /qtest
parentceae9dc1cbd7ed62a0f58c965ed6daa371295967 (diff)
downloadqpdf-af9e36b5070ebd5f6f747348170791d50a765403.tar.zst
qtest-driver: support msys2 perl
Diffstat (limited to 'qtest')
-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;
}