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
1 changed files with 4 additions and 0 deletions

View File

@ -604,6 +604,10 @@ sub tc_do_initial_checks
chop(my $f = `cygpath --windows $tc_log`);
$tc_winlog = $f;
}
elsif ($^O eq 'MSWin32')
{
$tc_winlog = $tc_log;
}
unlink $tc_log;
print_and_log("Test coverage active in scope $tc_scope\n");
}