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