[gnutls-devel] GnuTLS | Solaris self test failures (#785)
Development of GNU's TLS library
gnutls-devel at lists.gnutls.org
Sat Jun 8 00:53:04 CEST 2019
Looking at `gnutls-3.6.8/tests/scripts/common.sh`, it looks like you can remove `-l` for Linux and Solaris. The `-a` is present, and the `grep` is present:
```
check_if_port_listening() {
local PORT="$1"
local PFCMD; have_port_finder
$PFCMD -anl|grep "[\:\.]$PORT"|grep LISTEN >/dev/null 2>&1
}
```
Do you know why `-l` is present?
--
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/785#note_179149183
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/20190607/19ccca1c/attachment.html>
More information about the Gnutls-devel
mailing list