From: Alon Bar-Lev Date: Mon, 13 Mar 2017 09:32:07 +0000 (+0200) Subject: tests: cert-tests: openpgp-certs: align test redirection X-Git-Tag: gnutls_3_6_0~815 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=319415fee95c7fa13ed9fa4f910f3c0db2529b2a;p=thirdparty%2Fgnutls.git tests: cert-tests: openpgp-certs: align test redirection Signed-off-by: Alon Bar-Lev --- diff --git a/tests/cert-tests/openpgp-certs b/tests/cert-tests/openpgp-certs index 979f0f5328..b175b92840 100755 --- a/tests/cert-tests/openpgp-certs +++ b/tests/cert-tests/openpgp-certs @@ -93,7 +93,7 @@ PID=$! wait_server ${PID} # give the server a chance to initialize -echo | ${VALGRIND} "${CLI}" ${DEBUG} --priority NORMAL:+CTYPE-OPENPGP -p "${PORT}" 127.0.0.1 --pgpkeyring "${srcdir}/data/ca-public.gpg" /dev/null || \ +echo | ${VALGRIND} "${CLI}" ${DEBUG} --priority NORMAL:+CTYPE-OPENPGP -p "${PORT}" 127.0.0.1 --pgpkeyring "${srcdir}/data/ca-public.gpg" /dev/null 2>&1 || \ fail ${PID} "Connection to signed PGP certificate should have succeeded! (error code $?)" $? ${VALGRIND} "${CLI}" ${DEBUG} --priority NORMAL:+CTYPE-OPENPGP -p "${PORT}" 127.0.0.2 --pgpkeyring "${srcdir}/data/ca-public.gpg" /dev/null 2>&1 && \