summaryrefslogtreecommitdiff
path: root/tests/log
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-02-28 17:27:16 +0100
committerAndreas Baumann <abaumann@yahoo.com>2009-02-28 17:27:16 +0100
commitd68cb880a45bd25b50d036f5c8d1240abdfaf696 (patch)
treef32815e6d76639ea699a8a75ec8e8a3379a459dc /tests/log
parentf65d062b481abad69ca68c533ca24446d960fe1b (diff)
downloadwolfbones-d68cb880a45bd25b50d036f5c8d1240abdfaf696.tar.gz
wolfbones-d68cb880a45bd25b50d036f5c8d1240abdfaf696.tar.bz2
fixed small windows erase ignore error problem
Diffstat (limited to 'tests/log')
-rw-r--r--tests/log/Makefile.W322
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/log/Makefile.W32 b/tests/log/Makefile.W32
index 34836e0..c2f19f0 100644
--- a/tests/log/Makefile.W32
+++ b/tests/log/Makefile.W32
@@ -22,6 +22,6 @@ local_test:
local_all:
local_clean:
- @erase test.log 2>NUL
+ @-erase test.log 2>NUL
local_distclean: