From 3f807e104572b38143a1015be57d875088ceaebb Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Thu, 17 Apr 2014 23:57:38 +0200 Subject: 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. --- src/testsuite/ngircd-test1.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'src/testsuite/ngircd-test1.conf') 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] -- cgit 1.4.1