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