diff options
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/test802 | 2 | ||||
-rw-r--r-- | tests/data/test803 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test802 b/tests/data/test802 index 59d2e8c1f..dedc1e1fd 100644 --- a/tests/data/test802 +++ b/tests/data/test802 @@ -26,7 +26,7 @@ To: another body </stdin> <command> -smtp://%HOSTIP:%SMTPPORT -u user:secret --mail-rcpt 802@foo --mail-from 802@from -T - +smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 802@foo --mail-from 802@from -T - </command> </client> diff --git a/tests/data/test803 b/tests/data/test803 index e6e48b5d2..f445e69cb 100644 --- a/tests/data/test803 +++ b/tests/data/test803 @@ -32,7 +32,7 @@ To: another body </stdin> <command> -smtp://%HOSTIP:%SMTPPORT -u user:secret --mail-rcpt 803@foo --mail-from 803@from -T - +smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 803@foo --mail-from 803@from -T - </command> </client> |