]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Update test script generator for Win32.
authorDr. Stephen Henson <steve@openssl.org>
Sun, 15 Jul 2007 21:27:34 +0000 (21:27 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 15 Jul 2007 21:27:34 +0000 (21:27 +0000)
fips-1.0/mkfipsscr.pl

index 094a647a8298f8ba56d1fb18857367a8b165b2da..81c2715d673fe902e16c73f8274adba98edeba7d 100644 (file)
@@ -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