[gnutls-devel] GnuTLS | Add CI tarball build (!809)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Wed Nov 21 15:33:22 CET 2018
Darshit Shah commented on a discussion on tests/cert-tests/certtool:
> exit 1
> fi
>
> - #check whether ask-pass is being honoured
> - ${SETSID} "${CERTTOOL}" --generate-self-signed --load-privkey ${TMPFILE1} --template "${srcdir}/templates/template-test.tmpl" --ask-pass >${TMPFILE2} 2>&1 <<<${PASS}
> + #check whether password is being honoured
Why do you need to skip this test? The fix to the bashism here is very simple:
```
${SETSID} "${CERTTOOL}" --generate-self-signed --load-privkey ${TMPFILE1} --template "${srcdir}/templates/template-test.tmpl" --ask-pass >${TMPFILE2} 2>&1 <<EOF
${PASS}
EOF
```
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/809#note_119087278
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20181121/80f9c251/attachment.html>
More information about the Gnutls-devel
mailing list