Make the Windows test scripts consistent in their echoing

This commit is contained in:
Richard Levitte
2002-11-14 08:09:00 +00:00
parent 8df1de4e89
commit 06a40694d4
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
@echo off
echo start testenc echo start testenc
echo=off
path=..\ms;%path% path=..\ms;%path%
set ssleay=%1% set ssleay=%1%
set input=..\ms\testenc.bat set input=..\ms\testenc.bat

View File

@@ -1,4 +1,4 @@
echo=off @echo off
set ssleay=%1% set ssleay=%1%
set tmp1=pem.out set tmp1=pem.out
set cmp=fc.exe set cmp=fc.exe

View File

@@ -1,4 +1,4 @@
echo=on @echo off
rem set ssleay=..\out\ssleay rem set ssleay=..\out\ssleay
set ssleay=%1 set ssleay=%1