summaryrefslogtreecommitdiff
path: root/test/t/test_7z.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_7z.py')
-rw-r--r--test/t/test_7z.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t/test_7z.py b/test/t/test_7z.py
index 7d68c7b2..c6e73890 100644
--- a/test/t/test_7z.py
+++ b/test/t/test_7z.py
@@ -20,7 +20,7 @@ class Test7z:
def test_4(self, completion):
assert completion == "a.7z"
- @pytest.mark.complete("7z d a.7z ", cwd="7z")
+ @pytest.mark.complete("7z d a.7z ", cwd="7z", require_cmd=True)
def test_5(self, completion):
assert completion == "abc"