about summary refs log tree commit homepage
path: root/t/httpd-unix.t
diff options
context:
space:
mode:
Diffstat (limited to 't/httpd-unix.t')
-rw-r--r--t/httpd-unix.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/httpd-unix.t b/t/httpd-unix.t
index f7881cfa..ceec127c 100644
--- a/t/httpd-unix.t
+++ b/t/httpd-unix.t
@@ -59,7 +59,7 @@ sub check_sock ($) {
 check_sock($unix);
 
 { # do not clobber existing socket
-        my %err = ( 'linux' => EADDRINUSE );
+        my %err = ( 'linux' => EADDRINUSE, 'freebsd' => EADDRINUSE );
         open my $out, '>>', "$tmpdir/1" or die "redirect failed: $!";
         open my $err, '>>', "$tmpdir/2" or die "redirect failed: $!";
         my $cmd = ['-httpd', '-l', $unix, '-W0', $psgi];