diff options
author | Andrew Tridgell <tridge@samba.org> | 2008-02-08 14:13:48 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2008-02-08 14:13:48 +1100 |
commit | 9e681efdf0023cc835353befc9c31e931586ebd7 (patch) | |
tree | 253096ad6a47bd782a8e9a9c81e792fe6ce408ad /testprogs | |
parent | 77dab7f8579132468627fb2bb4641ccdf242dd11 (diff) | |
parent | bbf8aca01daeb4519ee12ff1eadf26598dc7a747 (diff) | |
download | samba-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 'testprogs')
-rwxr-xr-x | testprogs/blackbox/test_kinit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testprogs/blackbox/test_kinit.sh b/testprogs/blackbox/test_kinit.sh index db12fba2f8..d4eff07c8d 100755 --- a/testprogs/blackbox/test_kinit.sh +++ b/testprogs/blackbox/test_kinit.sh @@ -56,7 +56,7 @@ test_smbclient() { return $status } -KRB5CCNAME=`pwd`/tmpccache +KRB5CCNAME="$PREFIX/tmpccache" export KRB5CCNAME echo $PASSWORD > ./tmppassfile |