1
0
mirror of https://github.com/osmarks/ngircd.git synced 2024-12-13 02:10:27 +00:00

Adjust test suite to be usable on HP/UX 11.11 :-)

This commit is contained in:
Alexander Barton 2007-11-18 15:07:16 +00:00
parent 06bfb3adfb
commit 68f896eee0
2 changed files with 7 additions and 2 deletions

View File

@ -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 \

View File

@ -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