about summary refs log tree commit diff
path: root/src/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'src/testsuite')
-rw-r--r--src/testsuite/Makefile.am5
-rw-r--r--src/testsuite/ngircd-test.conf4
2 files changed, 7 insertions, 2 deletions
diff --git a/src/testsuite/Makefile.am b/src/testsuite/Makefile.am
index 77138785..d02e4e19 100644
--- a/src/testsuite/Makefile.am
+++ b/src/testsuite/Makefile.am
@@ -9,7 +9,7 @@
 # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
 # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
 #
-# $Id: Makefile.am,v 1.14 2004/09/08 09:40:51 alex Exp $
+# $Id: Makefile.am,v 1.15 2007/11/18 15:07:16 alex Exp $
 #
 
 AUTOMAKE_OPTIONS = ../portab/ansi2knr
@@ -40,12 +40,15 @@ ngircd-TEST-Binary:
 	[ -f getpid.sh ] || ln -s $(srcdir)/getpid.sh .
 
 connect-test: tests.sh
+	rm -f connect-test
 	ln -s $(srcdir)/tests.sh connect-test
 
 channel-test: tests.sh
+	rm -f channel-test
 	ln -s $(srcdir)/tests.sh channel-test
 
 mode-test: tests.sh
+	rm -f mode-test
 	ln -s $(srcdir)/tests.sh mode-test
 
 TESTS = start-server.sh \
diff --git a/src/testsuite/ngircd-test.conf b/src/testsuite/ngircd-test.conf
index 358d739c..3f0ffe95 100644
--- a/src/testsuite/ngircd-test.conf
+++ b/src/testsuite/ngircd-test.conf
@@ -1,4 +1,4 @@
-# $Id: ngircd-test.conf,v 1.4 2003/11/05 23:31:43 alex Exp $
+# $Id: ngircd-test.conf,v 1.5 2007/11/18 15:07:16 alex Exp $
 
 [Global]
 	Name = ngircd.test.server
@@ -7,6 +7,8 @@
 	MotdFile = ngircd-test.motd
 	AdminEMail = admin@irc.server
 	MaxConnectionsIP = 0
+	ServerUID = 1
+	ServerGID = 1
 
 [Operator]
 	Name = TestOp