summaryrefslogtreecommitdiff
path: root/test/t/test_perltidy.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_perltidy.py')
-rw-r--r--test/t/test_perltidy.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/t/test_perltidy.py b/test/t/test_perltidy.py
index 3bafd6e4..578923af 100644
--- a/test/t/test_perltidy.py
+++ b/test/t/test_perltidy.py
@@ -6,14 +6,14 @@ class TestPerltidy:
def test_1(self, completion):
assert completion
- @pytest.mark.complete("perltidy -h")
+ @pytest.mark.complete("perltidy -h", require_cmd=True)
def test_2(self, completion):
assert completion
- @pytest.mark.complete("perltidy -ole=")
+ @pytest.mark.complete("perltidy -ole=", require_cmd=True)
def test_3(self, completion):
assert completion
- @pytest.mark.complete("perltidy -doesntexist=")
+ @pytest.mark.complete("perltidy -doesntexist=", require_cmd=True)
def test_4(self, completion):
assert not completion