summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest/lib/runserver2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/runserver b/test/lib/runserver
index 7705e40..80450a5 100755
--- a/test/lib/runserver
+++ b/test/lib/runserver
@@ -6,7 +6,7 @@ use IO::Socket::INET;
use Fcntl;
my $socket = IO::Socket::INET->new(
- LocalAddr => "localhost:0",
+ LocalAddr => "127.0.0.1:0",
Listen => 1
);