diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-12-23 12:25:33 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-12-23 12:25:42 +0000 |
commit | cd492a3ba8deb2cbf782e96afe08d77cbfd74284 (patch) | |
tree | 26bc5ed74ab2b0176ebd94fd82dd88bf9c0bfb4d | |
parent | 50aac1a37d14ed353ca8b1bb47ded48c25141d75 (diff) |
test936: Corrected login details from commit 7246255416617a
-rw-r--r-- | tests/data/test936 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test936 b/tests/data/test936 index 98fcef575..19bbd0e89 100644 --- a/tests/data/test936 +++ b/tests/data/test936 @@ -42,7 +42,7 @@ CURL_GETHOSTNAME=curlhost LD_PRELOAD=%PWD/libtest/.libs/libhostname.so </setenv> <command> -smtp://%HOSTIP:%SMTPPORT/936 --mail-rcpt recipient@example.com --mail-from sender@example.com -u testuser:testpass -T - +smtp://%HOSTIP:%SMTPPORT/936 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user:secret -T - </command> <precheck> chkhostname curlhost |