Skip to content

Commit 4cf7e4f

Browse files
committed
test: xfail locale-gen option completion if --help is not available
At least on Debian 10 it isn't.
1 parent debbff9 commit 4cf7e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/t/test_locale_gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ class TestLocaleGen:
88
def test_1(self, completion):
99
assert completion
1010

11-
@pytest.mark.complete("locale-gen --", require_cmd=True)
11+
@pytest.mark.complete("locale-gen --", require_longopt=True)
1212
def test_2(self, completion):
1313
assert completion

0 commit comments

Comments
 (0)