From 876e66412a9ebdde8336631c07a02dda6b837b60 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 8 Jun 2020 10:46:32 +0200 Subject: tests: add two simple tests for --login-options Test 895 and 896 - as a follow-up to a3e972313b Closes #5539 --- tests/data/test896 | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 tests/data/test896 (limited to 'tests/data/test896') diff --git a/tests/data/test896 b/tests/data/test896 new file mode 100644 index 000000000..c972906a4 --- /dev/null +++ b/tests/data/test896 @@ -0,0 +1,38 @@ + + + +IMAP +Clear Text +FETCH +--login-options + + + +# +# Server-side + + + +# +# Client-side + + +imap + + +IMAP with --login-options 'AUTH=dummy' (failing) + + +'imap://%HOSTIP:%IMAPPORT/895/;MAILINDEX=1' -u '"user:sec"ret{' --login-options 'AUTH=dummy' + + + +# +# Verify data after the test has been "shot" + +# 3 == CURLE_URL_MALFORMAT + +3 + + + -- cgit v1.2.3