summaryrefslogtreecommitdiff
path: root/tests/url
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-09-07 12:55:19 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-09-07 12:55:19 +0200
commitdcbeb3ab19da5393877b1ef4db2ac26d8a5787c0 (patch)
tree3cd7187cd034b05ec8652c6a97c8a320b75def39 /tests/url
parent056883923550ab5455d0a4d106b3af5002689b2f (diff)
downloadcrawler-dcbeb3ab19da5393877b1ef4db2ac26d8a5787c0.tar.gz
crawler-dcbeb3ab19da5393877b1ef4db2ac26d8a5787c0.tar.bz2
fixed all tests on Windows, still issues with static libcrawl
Diffstat (limited to 'tests/url')
-rwxr-xr-xtests/url/exec_test.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/url/exec_test.cmd b/tests/url/exec_test.cmd
index 2809f46..e01c81e 100755
--- a/tests/url/exec_test.cmd
+++ b/tests/url/exec_test.cmd
@@ -7,8 +7,8 @@ shift
set TITLE=%1
shift
-copy ..\..\src\libcrawler\crawler.dll . >NULL
-copy ..\..\src\logger\logger.dll . >NULL
+copy ..\..\src\libcrawler\crawler.dll . >NUL
+copy ..\..\src\logger\logger.dll . >NUL
%BINARY% %1 %2 %3 %4 >%ID%.OUT 2>%ID%.ERR
type %ID%.ERR >> %ID%.OUT
..\..\utils\win32\dos2unix <%ID%.OUT >%ID%.RES