summaryrefslogtreecommitdiff
path: root/test/t/test_postfix.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_postfix.py')
-rw-r--r--test/t/test_postfix.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/t/test_postfix.py b/test/t/test_postfix.py
index f7af7b4c..67a898d1 100644
--- a/test/t/test_postfix.py
+++ b/test/t/test_postfix.py
@@ -5,3 +5,8 @@ class TestPostfix:
@pytest.mark.complete("postfix ")
def test_1(self, completion):
assert completion
+
+ @pytest.mark.xfail # see TODO in completion
+ @pytest.mark.complete("postfix -", require_cmd=True)
+ def test_2(self, completion):
+ assert completion