2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-31 17:30:54 +00:00

fix qtest-driver

git-svn-id: svn+q:///qpdf/trunk@802 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
Jay Berkenbilt 2009-10-14 00:57:04 +00:00
parent 601e52823c
commit b2e5c8c93f

View File

@ -604,6 +604,10 @@ 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')
{
$tc_winlog = $tc_log;
}
unlink $tc_log; unlink $tc_log;
print_and_log("Test coverage active in scope $tc_scope\n"); print_and_log("Test coverage active in scope $tc_scope\n");
} }