runtests.pl: Fixed syntax error in commit c873375123343e

Possible unintended interpolation in string at line 796
This commit is contained in:
Steve Holme 2013-09-18 19:32:20 +01:00
parent c873375123
commit 04064e89c1

View File

@ -793,7 +793,7 @@ sub verifyftp {
# SMTP is a bit different since it requires more options and it
# has _no_ output!
$extra .= "--mail-rcpt verifiedserver ";
$extra .= "--mail-from fake@example.com ";
$extra .= "--mail-from fake\@example.com ";
$extra .= "--upload /dev/null ";
$extra .= "--stderr - "; # move stderr to parse the verbose stuff
}