From 478c5d4f19af1ecc6a7ba6a69945f2e640e7197e Mon Sep 17 00:00:00 2001 From: dmiller Date: Wed, 21 Sep 2022 19:17:21 +0000 Subject: [PATCH] Avoid a duplicate -l option in test --- ncat/test/ncat-test.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ncat/test/ncat-test.pl b/ncat/test/ncat-test.pl index 904478dee..1bfc0299b 100755 --- a/ncat/test/ncat-test.pl +++ b/ncat/test/ncat-test.pl @@ -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;