summaryrefslogtreecommitdiff
path: root/test/t/test_pkill.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_pkill.py')
-rw-r--r--test/t/test_pkill.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/t/test_pkill.py b/test/t/test_pkill.py
index b0af6c3d..a779958b 100644
--- a/test/t/test_pkill.py
+++ b/test/t/test_pkill.py
@@ -5,3 +5,7 @@ class TestPkill:
@pytest.mark.complete("pkill ")
def test_1(self, completion):
assert completion
+
+ @pytest.mark.complete("pkill -", require_cmd=True)
+ def test_2(self, completion):
+ assert completion