mirror of
				https://github.com/osmarks/ngircd.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	Adjust test suite to be usable on HP/UX 11.11 :-)
This commit is contained in:
		| @@ -9,7 +9,7 @@ | |||||||
| # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste | # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste | ||||||
| # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. | # 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 | AUTOMAKE_OPTIONS = ../portab/ansi2knr | ||||||
| @@ -40,12 +40,15 @@ ngircd-TEST-Binary: | |||||||
| 	[ -f getpid.sh ] || ln -s $(srcdir)/getpid.sh . | 	[ -f getpid.sh ] || ln -s $(srcdir)/getpid.sh . | ||||||
|  |  | ||||||
| connect-test: tests.sh | connect-test: tests.sh | ||||||
|  | 	rm -f connect-test | ||||||
| 	ln -s $(srcdir)/tests.sh connect-test | 	ln -s $(srcdir)/tests.sh connect-test | ||||||
|  |  | ||||||
| channel-test: tests.sh | channel-test: tests.sh | ||||||
|  | 	rm -f channel-test | ||||||
| 	ln -s $(srcdir)/tests.sh channel-test | 	ln -s $(srcdir)/tests.sh channel-test | ||||||
|  |  | ||||||
| mode-test: tests.sh | mode-test: tests.sh | ||||||
|  | 	rm -f mode-test | ||||||
| 	ln -s $(srcdir)/tests.sh mode-test | 	ln -s $(srcdir)/tests.sh mode-test | ||||||
|  |  | ||||||
| TESTS = start-server.sh \ | TESTS = start-server.sh \ | ||||||
|   | |||||||
| @@ -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] | [Global] | ||||||
| 	Name = ngircd.test.server | 	Name = ngircd.test.server | ||||||
| @@ -7,6 +7,8 @@ | |||||||
| 	MotdFile = ngircd-test.motd | 	MotdFile = ngircd-test.motd | ||||||
| 	AdminEMail = admin@irc.server | 	AdminEMail = admin@irc.server | ||||||
| 	MaxConnectionsIP = 0 | 	MaxConnectionsIP = 0 | ||||||
|  | 	ServerUID = 1 | ||||||
|  | 	ServerGID = 1 | ||||||
|  |  | ||||||
| [Operator] | [Operator] | ||||||
| 	Name = TestOp | 	Name = TestOp | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Alexander Barton
					Alexander Barton