summaryrefslogtreecommitdiff
path: root/test/t/test_ssh_add.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_ssh_add.py')
-rw-r--r--test/t/test_ssh_add.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/t/test_ssh_add.py b/test/t/test_ssh_add.py
index 33e679c7..7e493724 100644
--- a/test/t/test_ssh_add.py
+++ b/test/t/test_ssh_add.py
@@ -6,3 +6,12 @@ class TestSshAdd:
@pytest.mark.complete("ssh-add ")
def test_1(self, completion):
assert completion
+
+ @pytest.mark.complete(
+ "ssh-add -",
+ require_cmd=True,
+ xfail="ssh-add --help 2>&1 | "
+ "command grep -qiF 'Could not open a connection'",
+ )
+ def test_2(self, completion):
+ assert completion