summaryrefslogtreecommitdiff
path: root/test/t/test_m4.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_m4.py')
-rw-r--r--test/t/test_m4.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/t/test_m4.py b/test/t/test_m4.py
index d80a7538..7ecd7745 100644
--- a/test/t/test_m4.py
+++ b/test/t/test_m4.py
@@ -2,6 +2,8 @@ import pytest
class TestM4:
- @pytest.mark.complete("m4 --", skipif="! m4 --help &>/dev/null")
+ @pytest.mark.complete(
+ "m4 --", require_cmd=True, xfail="! m4 --help &>/dev/null"
+ )
def test_1(self, completion):
assert completion