summaryrefslogtreecommitdiff
path: root/test/t/test_getent.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_getent.py')
-rw-r--r--test/t/test_getent.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/t/test_getent.py b/test/t/test_getent.py
index fa84880c..a1e9fcbb 100644
--- a/test/t/test_getent.py
+++ b/test/t/test_getent.py
@@ -5,3 +5,14 @@ class TestGetent:
@pytest.mark.complete("getent ")
def test_1(self, completion):
assert completion
+
+ @pytest.mark.complete(
+ "getent -",
+ require_cmd=True,
+ xfail=(
+ "! (getent --help 2>&1 || :) | "
+ "command grep -q -- '[[:space:]]-'"
+ ),
+ )
+ def test_2(self, completion):
+ assert completion