summaryrefslogtreecommitdiff
path: root/tests/service
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-03-25 14:56:52 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-03-25 14:56:52 +0100
commitba20ff72bf3c6a90cb44ada1a16f9e121f2d6ca5 (patch)
tree83397606ceda3a5b0fbc992c40d6ec530a56d631 /tests/service
parentd891f09be018df8a87493eb37175d57046079233 (diff)
downloadwolfbones-ba20ff72bf3c6a90cb44ada1a16f9e121f2d6ca5.tar.gz
wolfbones-ba20ff72bf3c6a90cb44ada1a16f9e121f2d6ca5.tar.bz2
removed some copy messages on windows
Diffstat (limited to 'tests/service')
-rw-r--r--tests/service/Makefile.W322
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/service/Makefile.W32 b/tests/service/Makefile.W32
index 22e297d..21bf4be 100644
--- a/tests/service/Makefile.W32
+++ b/tests/service/Makefile.W32
@@ -31,7 +31,7 @@ testservice.res: testservice.rc
local_test: $(LIBRARIES)
@echo Testing service..
- @copy testservice.dll C:\TEMP
+ @copy testservice.dll C:\TEMP >NUL
@testservice /install 2>NUL
@testservice /remove 2>NUL