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