diff options
Diffstat (limited to 'tests/magtests.py')
-rwxr-xr-x | tests/magtests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/magtests.py b/tests/magtests.py index 0065b7b..074e2f0 100755 --- a/tests/magtests.py +++ b/tests/magtests.py @@ -257,7 +257,6 @@ def kinit_user(testdir, kdcenv): kinit.wait() if kinit.returncode != 0: raise ValueError('kinit failed') - return testenv @@ -388,6 +387,8 @@ if __name__ == '__main__': keysenv = setup_keys(testdir, kdcenv) testenv = kinit_user(testdir, kdcenv) + testenv['DELEGCCACHE'] = os.path.join(testdir, 'httpd', + USR_NAME + '@' + TESTREALM) test_spnego_auth(testdir, testenv, testlog) test_spnego_negotiate_once(testdir, testenv, testlog) |