summaryrefslogtreecommitdiff
path: root/test/t/test_mcrypt.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_mcrypt.py')
-rw-r--r--test/t/test_mcrypt.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/t/test_mcrypt.py b/test/t/test_mcrypt.py
index da80ef5d..d11f4467 100644
--- a/test/t/test_mcrypt.py
+++ b/test/t/test_mcrypt.py
@@ -6,10 +6,14 @@ class TestMcrypt:
def test_1(self, completion):
assert completion
- @pytest.mark.complete("mcrypt -a ")
+ @pytest.mark.complete("mcrypt -a ", require_cmd=True)
def test_2(self, completion):
assert completion
- @pytest.mark.complete("mcrypt -m ")
+ @pytest.mark.complete("mcrypt -m ", require_cmd=True)
def test_3(self, completion):
assert completion
+
+ @pytest.mark.complete("mcrypt -", require_cmd=True)
+ def test_4(self, completion):
+ assert completion