]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Replace 'echo -n' with 'printf' in tests/t_lpback.sh
authorGert Doering <gert@greenie.muc.de>
Wed, 9 Sep 2020 13:00:24 +0000 (15:00 +0200)
committerGert Doering <gert@greenie.muc.de>
Fri, 11 Sep 2020 10:56:59 +0000 (12:56 +0200)
commit81f9bb3a2ff9a3b0f5a1bdbac1d0daf38747ae7b
tree32fd506be4304b28ea578f3fcf5fe5e29a30b1b5
parent5b815eb449314a43e2b73325948edea8a4cfb215
Replace 'echo -n' with 'printf' in tests/t_lpback.sh

"echo -n" is inherently less portable than printf, so the tests look
ugly on (at least) OpenSolaris/Illumos on AIX.

Add a blank at the end of the tls-crypt-v2 messages, so it has the
same look as the cipher messages ("... OK").

Reported-by: mnowak on Trac
Trac: #1196

Signed-off-by: Gert Doering <gert@greenie.muc.de>
Acked-by: Antonio Quartulli <a@unstable.cc>
Message-Id: <20200909130024.24264-1-gert@greenie.muc.de>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg20930.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
tests/t_lpback.sh