summaryrefslogtreecommitdiffstats
path: root/ms
diff options
context:
space:
mode:
Diffstat (limited to 'ms')
-rwxr-xr-xms/test.bat4
-rw-r--r--ms/testce.bat4
2 files changed, 0 insertions, 8 deletions
diff --git a/ms/test.bat b/ms/test.bat
index d0b60600e2..e8b7ae226c 100755
--- a/ms/test.bat
+++ b/ms/test.bat
@@ -23,10 +23,6 @@ echo bftest
bftest
if errorlevel 1 goto done
-echo shatest
-shatest
-if errorlevel 1 goto done
-
echo sha1test
sha1test
if errorlevel 1 goto done
diff --git a/ms/testce.bat b/ms/testce.bat
index 8de94a43b2..9b309e4b6e 100644
--- a/ms/testce.bat
+++ b/ms/testce.bat
@@ -32,10 +32,6 @@ echo bftest
call %test%\testce2 bftest
if errorlevel 1 goto done
-echo shatest
-call %test%\testce2 shatest
-if errorlevel 1 goto done
-
echo sha1test
call %test%\testce2 sha1test
if errorlevel 1 goto done