summaryrefslogtreecommitdiff
path: root/test/t/test_mutt.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_mutt.py')
-rw-r--r--test/t/test_mutt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/t/test_mutt.py b/test/t/test_mutt.py
index b490c88b..0c4074f8 100644
--- a/test/t/test_mutt.py
+++ b/test/t/test_mutt.py
@@ -9,7 +9,7 @@ class TestMutt:
def test_1(self, completion):
assert completion
- @pytest.mark.complete("mutt -F muttrc -f =", cwd="mutt")
+ @pytest.mark.complete("mutt -F muttrc -f =", require_cmd=True, cwd="mutt")
def test_2(self, completion):
assert completion == "bar/ foo/ muttrc".split()