aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1407
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test1407')
-rw-r--r--tests/data/test140712
1 files changed, 7 insertions, 5 deletions
diff --git a/tests/data/test1407 b/tests/data/test1407
index 24d69b988..ad1181b90 100644
--- a/tests/data/test1407
+++ b/tests/data/test1407
@@ -34,10 +34,10 @@ pop3://%HOSTIP:%POP3PORT/1407 -l -u user:secret --libcurl log/test1407.c
# Verify data after the test has been "shot"
<verify>
<protocol>
-USER user
-PASS secret
-LIST 1407
-QUIT
+USER user
+PASS secret
+LIST 1407
+QUIT
</protocol>
<file name="log/test1407.c">
/********* Sample code generated by the curl command line tool **********
@@ -90,8 +90,10 @@ int main(int argc, char *argv[])
<stripfile>
# curl's default user-agent varies with version, libraries etc.
s/(USERAGENT, \")[^\"]+/${1}stripped/
-# CURLOPT_SSL_VERIFYPEER varies with configuration - just ignore it
+# CURLOPT_SSL_VERIFYPEER and SSH_KNOWNHOSTS vary with configurations - just
+# ignore them
$_ = '' if /CURLOPT_SSL_VERIFYPEER/
+$_ = '' if /CURLOPT_SSH_KNOWNHOSTS/
</stripfile>
</verify>
</testcase>