summaryrefslogtreecommitdiff
path: root/test/t/test_feh.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_feh.py')
-rw-r--r--test/t/test_feh.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/t/test_feh.py b/test/t/test_feh.py
index 1802e25f..51bd77b6 100644
--- a/test/t/test_feh.py
+++ b/test/t/test_feh.py
@@ -7,7 +7,9 @@ class TestFeh:
assert completion
@pytest.mark.complete(
- "feh --lis", skipif="feh --help 2>&1 | grep -qF 'man feh'"
+ "feh --lis",
+ xfail="feh --help 2>&1 | command grep -qF 'man feh'",
+ require_cmd=True,
)
def test_2(self, completion):
assert completion