summaryrefslogtreecommitdiffstats
path: root/test/t/test_nmap.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_nmap.py')
-rw-r--r--test/t/test_nmap.py2
1 files changed, 1 insertions, 1 deletions
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):