From 8735d47d8bab42b17350b42013d94d6e26769de8 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Tue, 6 Dec 2016 22:19:02 -0600 Subject: [PATCH] Add missing tests/gss env setup --- tests/gss/check-context.in | 3 +++ tests/gss/check-gssmask.in | 3 +++ tests/gss/check-ntlm.in | 3 +++ tests/gss/check-spnego.in | 3 +++ 4 files changed, 12 insertions(+) diff --git a/tests/gss/check-context.in b/tests/gss/check-context.in index 432500555..12b97d959 100644 --- a/tests/gss/check-context.in +++ b/tests/gss/check-context.in @@ -34,9 +34,12 @@ # $Id$ # +env_setup="@env_setup@" srcdir="@srcdir@" objdir="@objdir@" +. ${env_setup} + # If there is no useful db support compile in, disable test ../db/have-db || exit 77 diff --git a/tests/gss/check-gssmask.in b/tests/gss/check-gssmask.in index 94304b23c..d13319422 100644 --- a/tests/gss/check-gssmask.in +++ b/tests/gss/check-gssmask.in @@ -34,9 +34,12 @@ # $Id$ # +env_setup="@env_setup@" srcdir="@srcdir@" objdir="@objdir@" +. ${env_setup} + # If there is no useful db support compile in, disable test ../db/have-db || exit 77 diff --git a/tests/gss/check-ntlm.in b/tests/gss/check-ntlm.in index a929e6657..def7b3c4f 100644 --- a/tests/gss/check-ntlm.in +++ b/tests/gss/check-ntlm.in @@ -34,9 +34,12 @@ # $Id$ # +env_setup="@env_setup@" srcdir="@srcdir@" objdir="@objdir@" +. ${env_setup} + # If there is no useful db support compile in, disable test ../db/have-db || exit 77 diff --git a/tests/gss/check-spnego.in b/tests/gss/check-spnego.in index 7e90f5bba..8ab5f297f 100644 --- a/tests/gss/check-spnego.in +++ b/tests/gss/check-spnego.in @@ -34,9 +34,12 @@ # $Id$ # +env_setup="@env_setup@" srcdir="@srcdir@" objdir="@objdir@" +. ${env_setup} + # If there is no useful db support compile in, disable test ../db/have-db || exit 77