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