Commit 663bbb63 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Change rsp filename to WIN32 format if needed.

parent 98ced05c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -471,6 +471,7 @@ sub test_line
		if ($win32)
			{
			$req =~ tr|/|\\|;
			$rsp =~ tr|/|\\|;
			print OUT "$tprefix$tcmd \"$req\" \"$rsp\"\n";
			}
		else