diff options
author | Richard Levitte <levitte@openssl.org> | 2002-11-14 08:08:55 +0000 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2002-11-14 08:08:55 +0000 |
commit | d574d839937ad17ac68d07ba2f1aed5c21d6aef3 (patch) | |
tree | d799497d48a6f0c76a06a7d8a83b4f4640e2dc01 /ms | |
parent | 83411793b68921c6bd8ed0b15ecc36dfe30c3712 (diff) | |
download | openssl-new-d574d839937ad17ac68d07ba2f1aed5c21d6aef3.tar.gz |
Make the Windows test scripts consistent in their echoing
Diffstat (limited to 'ms')
-rwxr-xr-x | ms/testenc.bat | 4 | ||||
-rwxr-xr-x | ms/testpem.bat | 2 | ||||
-rwxr-xr-x | ms/testss.bat | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/ms/testenc.bat b/ms/testenc.bat index e8917eeee2..4b99bd5895 100755 --- a/ms/testenc.bat +++ b/ms/testenc.bat @@ -1,6 +1,6 @@ -
+@echo off
echo start testenc
-echo=off
+
path=..\ms;%path%
set ssleay=%1%
set input=..\ms\testenc.bat
diff --git a/ms/testpem.bat b/ms/testpem.bat index 81e566b69b..005f13b67e 100755 --- a/ms/testpem.bat +++ b/ms/testpem.bat @@ -1,4 +1,4 @@ -echo=off
+@echo off
set ssleay=%1%
set tmp1=pem.out
set cmp=fc.exe
diff --git a/ms/testss.bat b/ms/testss.bat index d9ae625439..f7e58e2756 100755 --- a/ms/testss.bat +++ b/ms/testss.bat @@ -1,4 +1,4 @@ -echo on
+@echo off
rem set ssleay=..\out\ssleay
set ssleay=%1
|