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