Change rsp filename to WIN32 format if needed.

This commit is contained in:
Dr. Stephen Henson 2007-09-21 18:05:25 +00:00
parent 98ced05c56
commit 663bbb6367

View file

@ -471,6 +471,7 @@ sub test_line
if ($win32)
{
$req =~ tr|/|\\|;
$rsp =~ tr|/|\\|;
print OUT "$tprefix$tcmd \"$req\" \"$rsp\"\n";
}
else