]> 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:57:33 +0000 (12:57 +0200)
commitd17eb65d144f157942a1675bdb25f89f15aff839
tree54936ea35d9ac6a5202a3e0e352b013388274a2e
parentbe68b361a9c95218c671ee86d25a29019bab7239
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>
(cherry picked from commit 81f9bb3a2ff9a3b0f5a1bdbac1d0daf38747ae7b)
tests/t_lpback.sh