clean ztest log before running
authorDennis Schafroth <dennis@indexdata.com>
Mon, 23 Apr 2012 07:13:15 +0000 (07:13 +0000)
committerDennis Schafroth <dennis@indexdata.com>
Mon, 23 Apr 2012 07:13:15 +0000 (07:13 +0000)
test/test_filter.sh

index 68d935f..82708c6 100755 (executable)
@@ -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