summaryrefslogtreecommitdiff
path: root/TAO/tests/Quoter/run_test.bat
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Quoter/run_test.bat')
-rwxr-xr-xTAO/tests/Quoter/run_test.bat8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/tests/Quoter/run_test.bat b/TAO/tests/Quoter/run_test.bat
deleted file mode 100755
index 9d7ac1bcbd1..00000000000
--- a/TAO/tests/Quoter/run_test.bat
+++ /dev/null
@@ -1,8 +0,0 @@
-@echo off
-perl run_test.pl %1 %2 %3 %4 %5 %6 %7 %8 %9
-
-rem If there were errors (like perl wasn't found) echo this message
-if errorlevel 1 echo.
-if errorlevel 1 echo You need to have Perl for Win32 installed to run this script.
-if errorlevel 1 echo It can be found at http://www.activestate.com/pw32/
-if errorlevel 1 echo Also remember to add the perl\doc directory to the PERLLIB environment variable.