summaryrefslogtreecommitdiffstats
path: root/php-phpmailer6.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-05-27 16:17:15 +0200
committerRemi Collet <remi@remirepo.net>2020-05-27 16:17:15 +0200
commit84aeef2e0fbea2e5f5310fbce1c95bf6464d74bf (patch)
tree6198ca9e079976ff59e04ef886f3553653ab1e5c /php-phpmailer6.spec
parent71012b0cbf0b9dca173a7350c5ff3f3232630c4e (diff)
escape % char
Diffstat (limited to 'php-phpmailer6.spec')
-rw-r--r--php-phpmailer6.spec2
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