summaryrefslogtreecommitdiffstats
path: root/test/t/test_curl.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/t/test_curl.py')
-rw-r--r--test/t/test_curl.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/t/test_curl.py b/test/t/test_curl.py
index 07050e9..2b86997 100644
--- a/test/t/test_curl.py
+++ b/test/t/test_curl.py
@@ -27,6 +27,10 @@ class TestCurl:
assert completion == "d/"
assert not completion.endswith(" ")
+ @pytest.mark.complete("curl --proto-default ", require_cmd=True)
+ def test_proto_default(self, completion):
+ assert completion
+
@pytest.mark.complete("curl --dont-fail-in-unset-mode")
def test_unknown_option(self, completion):
# Just see that it does not error out