Commit 04064e89 authored by Steve Holme's avatar Steve Holme
Browse files

runtests.pl: Fixed syntax error in commit c8733751

Possible unintended interpolation in string at line 796
parent c8733751
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
    }