Change rsp filename to WIN32 format if needed.
This commit is contained in:
parent
98ced05c56
commit
663bbb6367
1 changed files with 1 additions and 0 deletions
|
@ -471,6 +471,7 @@ sub test_line
|
|||
if ($win32)
|
||||
{
|
||||
$req =~ tr|/|\\|;
|
||||
$rsp =~ tr|/|\\|;
|
||||
print OUT "$tprefix$tcmd \"$req\" \"$rsp\"\n";
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue