about summary refs log tree commit diff
path: root/src/testsuite/start-server.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/testsuite/start-server.sh')
-rwxr-xr-xsrc/testsuite/start-server.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testsuite/start-server.sh b/src/testsuite/start-server.sh
index 11b8121b..51de410e 100755
--- a/src/testsuite/start-server.sh
+++ b/src/testsuite/start-server.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 # ngIRCd Test Suite
-# $Id: start-server.sh,v 1.1 2002/09/09 10:16:24 alex Exp $
+# $Id: start-server.sh,v 1.2 2002/09/09 22:56:07 alex Exp $
 
 echo "      starting server ..."
 
@@ -12,4 +12,6 @@ sleep 1
 pid=`ps a | grep ngircd-test | head -n 1 | cut -d ' ' -f 1`
 kill -0 $pid > /dev/null 2>&1
 
+rm -rf logs
+
 # -eof-