Signed-off-by: Krenzelok Frantisek <krenzelok.frantisek@gmail.com>
SUBDIRS = . cert-tests slow
-TESTS_ENVIRONMENT =
+TESTS_ENVIRONMENT = HOST_OS=$$(uname)
if WINDOWS
SUBDIRS += windows
# You should have received a copy of the GNU General Public License
# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
-: ${builddir=.} ${host_os=`uname`}
+: ${builddir=.}
. "$srcdir/scripts/common.sh"
-case "$host_os" in
+case "$HOST_OS" in
FreeBSD)
if ! sysctl -n kern.ipc.tls.enable | grep 1 > /dev/null; then
exit 77
# You should have received a copy of the GNU General Public License
# along with GnuTLS. If not, see <https://www.gnu.org/licenses/>.
-: ${builddir=.} ${host_os=`uname`}
+: ${builddir=.}
. "$srcdir/scripts/common.sh"
-case "$host_os" in
+case "$HOST_OS" in
FreeBSD)
# key update is not yet supported on FreeBSD
exit 77