From 764fec5bd13abd4fe1fae36665429c6124beda1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Trojnara?= Date: Sat, 20 Jul 2019 14:38:12 +0200 Subject: [PATCH] Fix password tests --- tests/certs/makecerts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/certs/makecerts.sh b/tests/certs/makecerts.sh index 1f12408..1c5f57f 100755 --- a/tests/certs/makecerts.sh +++ b/tests/certs/makecerts.sh @@ -34,7 +34,7 @@ touch "demoCA/index.txt.attr" echo 1000 > "demoCA/serial" date > "makecerts.log" $OPENSSL version 2>> "makecerts.log" 1>&2 -echo "$password" > "password.txt" +echo -n "$password" > "password.txt" printf "\nGenerate root CA certificate\n" >> "makecerts.log" $OPENSSL genrsa -out demoCA/CA.key 1>&2 2>> "makecerts.log"