From 993352a8033e0885fb1de4815a5906bb619bf189 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Mon, 23 Apr 2012 07:13:15 +0000 Subject: [PATCH] clean ztest log before running --- test/test_filter.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_filter.sh b/test/test_filter.sh index 68d935f..82708c6 100755 --- a/test/test_filter.sh +++ b/test/test_filter.sh @@ -27,6 +27,7 @@ if test -z "$F"; then fi rm -f ztest.pid +rm -f ${TEST}ztest.log $F -l ${TEST}ztest.log -p ztest.pid -D tcp:localhost:9999 sleep 1 if test ! -f ztest.pid; then -- 1.7.10.4