Home | History | Annotate | Download | only in tests

Lines Matching refs:sws

731     # $port_or_path contains a path for Unix sockets, sws ignores the port
2547 my @sws = `server/sws --version`;
2548 if($sws[0] =~ /IPv6/) {
2555 @sws = `server/sockfilt --version`;
2556 if($sws[0] =~ /IPv6/) {
2564 my @sws = `server/sws --version`;
2565 $http_unix = 1 if($sws[0] =~ /unix/);