diff options
-rw-r--r-- | php-phpmailer6.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-phpmailer6.spec b/php-phpmailer6.spec index 56747f6..bfe4eca 100644 --- a/php-phpmailer6.spec +++ b/php-phpmailer6.spec @@ -164,7 +164,7 @@ mkdir -p build/logs chmod +x test/fakesendmail.sh pushd build - smtp-sink -d "%d.%H.%M.%S" localhost:$PORT 1000 &>/dev/null & + smtp-sink -d "%%d.%%H.%%M.%%S" localhost:$PORT 1000 &>/dev/null & SMTPPID=$! popd |