X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fhttpd-unix.t;fp=t%2Fhttpd-unix.t;h=ceec127caa366b0001c1ba688891ce30875747b8;hb=0fc77a8ed5d65681cc8f4233c0f15353052d28ff;hp=f7881cfaf0094eb892a5ec80f11b99b6653ff3f0;hpb=d8c459e4a2b4f9da3239d16b649cfeba3f663a7f;p=public-inbox.git 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];