1
0
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:
dmiller
2022-09-21 19:17:21 +00:00
parent 04c4c70c77
commit 478c5d4f19

View File

@@ -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;