mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-20 00:10:41 -05:00
REGTEST: set_ssl_cert.vtc: replace "echo" with "printf"
"echo -e" for some reason does not work on travis-ci, so let us switch to "printf" Fixes: #423
This commit is contained in:
parent
7675c720f8
commit
3e34ac7d09
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ shell {
|
|||
}
|
||||
|
||||
shell {
|
||||
echo -e "set ssl cert ${testdir}/common.pem <<\n$(cat ${testdir}/ecdsa.pem)\n" | socat "${tmpdir}/h1/stats" -
|
||||
printf "set ssl cert ${testdir}/common.pem <<\n$(cat ${testdir}/ecdsa.pem)\n\n" | socat "${tmpdir}/h1/stats" -
|
||||
echo "commit ssl cert ${testdir}/common.pem" | socat "${tmpdir}/h1/stats" -
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue