summaryrefslogtreecommitdiff
path: root/test/t/test_ss.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_ss.py')
-rw-r--r--test/t/test_ss.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/t/test_ss.py b/test/t/test_ss.py
index 3e515dde..716c0fd7 100644
--- a/test/t/test_ss.py
+++ b/test/t/test_ss.py
@@ -2,14 +2,14 @@ import pytest
class TestSs:
- @pytest.mark.complete("ss -")
+ @pytest.mark.complete("ss -", require_cmd=True)
def test_1(self, completion):
assert completion
- @pytest.mark.complete("ss -A ")
+ @pytest.mark.complete("ss -A ", require_cmd=True)
def test_2(self, completion):
assert completion
- @pytest.mark.complete("ss -A foo,")
+ @pytest.mark.complete("ss -A foo,", require_cmd=True)
def test_3(self, completion):
assert completion