summaryrefslogtreecommitdiff
path: root/source4/selftest/selftest.pl
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-02-08 14:13:48 +1100
committerAndrew Tridgell <tridge@samba.org>2008-02-08 14:13:48 +1100
commit9e681efdf0023cc835353befc9c31e931586ebd7 (patch)
tree253096ad6a47bd782a8e9a9c81e792fe6ce408ad /source4/selftest/selftest.pl
parent77dab7f8579132468627fb2bb4641ccdf242dd11 (diff)
parentbbf8aca01daeb4519ee12ff1eadf26598dc7a747 (diff)
downloadsamba-9e681efdf0023cc835353befc9c31e931586ebd7.tar.gz
samba-9e681efdf0023cc835353befc9c31e931586ebd7.tar.bz2
samba-9e681efdf0023cc835353befc9c31e931586ebd7.zip
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
(This used to be commit fd9cc4eb5afae8b255e753d480190b490cd3f7ab)
Diffstat (limited to 'source4/selftest/selftest.pl')
-rwxr-xr-xsource4/selftest/selftest.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/selftest/selftest.pl b/source4/selftest/selftest.pl
index 004332a1fc..aab2ca8f07 100755
--- a/source4/selftest/selftest.pl
+++ b/source4/selftest/selftest.pl
@@ -382,6 +382,7 @@ die("using an empty absolute prefix isn't allowed") unless $prefix_abs ne "";
die("using '/' as absolute prefix isn't allowed") unless $prefix_abs ne "/";
$ENV{PREFIX} = $prefix;
+$ENV{KRB5CCNAME} = "$prefix/krb5ticket";
$ENV{PREFIX_ABS} = $prefix_abs;
$ENV{SRCDIR} = $srcdir;
$ENV{SRCDIR_ABS} = $srcdir_abs;