mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Fix syntax error in ncat-test.pl
This commit is contained in:
parent
09db4e48bf
commit
ae59c8dafd
1 changed files with 1 additions and 1 deletions
|
|
@ -1670,7 +1670,7 @@ sub {
|
|||
kill_children;
|
||||
|
||||
{
|
||||
local xfail=1 if !$HAVE_UNIXSOCK;
|
||||
local $xfail=1 if !$HAVE_UNIXSOCK;
|
||||
# Test connecting to UNIX datagram socket with -s
|
||||
test "Connect to UNIX datagram socket with -s",
|
||||
sub {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue