projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fa41c6
)
Update test script generator for Win32.
author
Dr. Stephen Henson
<steve@openssl.org>
Sun, 15 Jul 2007 21:27:34 +0000
(21:27 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sun, 15 Jul 2007 21:27:34 +0000
(21:27 +0000)
fips-1.0/mkfipsscr.pl
patch
|
blob
|
history
diff --git
a/fips-1.0/mkfipsscr.pl
b/fips-1.0/mkfipsscr.pl
index 094a647a8298f8ba56d1fb18857367a8b165b2da..81c2715d673fe902e16c73f8274adba98edeba7d 100644
(file)
--- a/
fips-1.0/mkfipsscr.pl
+++ b/
fips-1.0/mkfipsscr.pl
@@
-419,11
+419,12
@@
sub test_dir
if ($win32)
{
$rsp =~ tr|/|\\|;
+ $req =~ tr|/|\\|;
print OUT <<END;
echo Running tests in $req
if exist "$rsp" rd /s /q "$rsp"
-md
$rsp
+md
"$rsp"
END
}
else