mirror of
https://github.com/nmap/nmap.git
synced 2026-01-20 05:09:02 +00:00
Avoid a duplicate -l option in test
This commit is contained in:
@@ -531,7 +531,7 @@ sub {
|
||||
kill_children;
|
||||
|
||||
# Test server with no port.
|
||||
($s_pid, $s_out, $s_in) = ncat_server_noport("-l", $HOST);
|
||||
($s_pid, $s_out, $s_in) = ncat_server_noport($HOST);
|
||||
test "Server default port",
|
||||
sub {
|
||||
my $resp;
|
||||
|
||||
Reference in New Issue
Block a user