about summary refs log tree commit diff
path: root/src/testsuite/ngircd-test1.conf
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2014-04-17 23:57:38 +0200
committerAlexander Barton <alex@barton.de>2014-06-09 02:15:52 +0200
commit3f807e104572b38143a1015be57d875088ceaebb (patch)
tree1bf5dec4fd7be6709396d4ca99a186199a3c7c94 /src/testsuite/ngircd-test1.conf
parent39b8fc65b69c7534228e314c08604341bdf6125f (diff)
downloadngircd-3f807e104572b38143a1015be57d875088ceaebb.tar.gz
ngircd-3f807e104572b38143a1015be57d875088ceaebb.zip
Test suite: Don't use DNS lookups
Different operating systems do behave quite differently when doing DNS
lookups, for example "127.0.0.1" sometimes resolves to "localhost" and
sometimes to "localhost.localdomain" (for example OpenBSD). And other
systems resolve "localhost" to the real host name (for example Cygwin).

So not using DNS at all makes the test site much more portable.
Diffstat (limited to 'src/testsuite/ngircd-test1.conf')
-rw-r--r--src/testsuite/ngircd-test1.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testsuite/ngircd-test1.conf b/src/testsuite/ngircd-test1.conf
index 0d0cccc9..4dec5330 100644
--- a/src/testsuite/ngircd-test1.conf
+++ b/src/testsuite/ngircd-test1.conf
@@ -17,6 +17,7 @@
 	OperCanUseMode = yes
 	Ident = no
 	IncludeDir = /var/empty
+	DNS = no
 	PAM = no
 
 [Operator]