summaryrefslogtreecommitdiff
path: root/test/basicserver
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-04-28 21:28:22 +0000
committerChris Wilson <chris+github@qwirx.com>2007-04-28 21:28:22 +0000
commitd8ebd9eef858f350b113f6ecd6ad6b7332b2fde7 (patch)
tree7428b7ffabb53349138bf9e15d9d72cdfaaa3b60 /test/basicserver
parent5f500e07ceaf3e2cb67b6809d266af281e809b99 (diff)
Listen on an inet socket as well, to keep tests happy on Windows
(refs #3, merges part of [582])
Diffstat (limited to 'test/basicserver')
-rw-r--r--test/basicserver/testfiles/srv4.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/basicserver/testfiles/srv4.conf b/test/basicserver/testfiles/srv4.conf
index b4c5627c..ebd27268 100644
--- a/test/basicserver/testfiles/srv4.conf
+++ b/test/basicserver/testfiles/srv4.conf
@@ -1,6 +1,6 @@
Server
{
- PidFile = testfiles/srv4.pid
- ListenAddresses = unix:testfiles/srv4.sock
+ PidFile = testfiles\srv4.pid
+ ListenAddresses = unix:testfiles/srv4.sock,inet:localhost
}