From 869d8fe46597eeb56dd29b9e892b8c753b1c8c6f Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Thu, 17 Dec 2009 10:05:49 +0100 Subject: [PATCH] clean KRB5CCNAME and KRB5_CONFIG, require test to reset them --- tests/bin/setup-env.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/bin/setup-env.in b/tests/bin/setup-env.in index 17b793c72..a84848285 100644 --- a/tests/bin/setup-env.in +++ b/tests/bin/setup-env.in @@ -1,5 +1,8 @@ #!/bin/sh +unset KRB5_CONFIG +unset KRB5CCNAME + top_builddir="@top_builddir@" top_srcdir="@top_srcdir@" EGREP="@EGREP@"