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