runtests.pl: Fixed syntax error in commit c873375123343e
authorSteve Holme <steve_holme@hotmail.com>
Wed, 18 Sep 2013 18:32:20 +0000 (19:32 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 18 Sep 2013 18:32:20 +0000 (19:32 +0100)
Possible unintended interpolation in string at line 796

tests/runtests.pl

index e840053..06ec86f 100755 (executable)
@@ -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
     }