From 6c09f2a45c5541e9c207d14fc7aa21a4a0066bde Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 03:03:19 +0200 Subject: Merging upstream version 1:2.12.0. Signed-off-by: Daniel Baumann --- test/t/test_nmap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/t/test_nmap.py') diff --git a/test/t/test_nmap.py b/test/t/test_nmap.py index 9aff8b2..76aa989 100644 --- a/test/t/test_nmap.py +++ b/test/t/test_nmap.py @@ -7,7 +7,7 @@ class TestNmap: @pytest.fixture(scope="class") def functions(self, request, bash): assert_bash_exec(bash, "_mock_nmap() { cat nmap/nmap-h.txt; }") - assert_bash_exec(bash, "complete -F _nmap _mock_nmap") + assert_bash_exec(bash, "complete -F _comp_cmd_nmap _mock_nmap") @pytest.mark.complete("nmap --v", require_cmd=True) def test_live_options(self, completion): -- cgit v1.2.3