runtests.pl: Fixed syntax error in commit c873375123343e
Possible unintended interpolation in string at line 796
This commit is contained in:
parent
c873375123
commit
04064e89c1
@ -793,7 +793,7 @@ sub verifyftp {
|
|||||||
# SMTP is a bit different since it requires more options and it
|
# SMTP is a bit different since it requires more options and it
|
||||||
# has _no_ output!
|
# has _no_ output!
|
||||||
$extra .= "--mail-rcpt verifiedserver ";
|
$extra .= "--mail-rcpt verifiedserver ";
|
||||||
$extra .= "--mail-from fake@example.com ";
|
$extra .= "--mail-from fake\@example.com ";
|
||||||
$extra .= "--upload /dev/null ";
|
$extra .= "--upload /dev/null ";
|
||||||
$extra .= "--stderr - "; # move stderr to parse the verbose stuff
|
$extra .= "--stderr - "; # move stderr to parse the verbose stuff
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user