summaryrefslogtreecommitdiffstats
path: root/src/util/gss-kernel-lib/t_kgss.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/gss-kernel-lib/t_kgss.py')
-rw-r--r--src/util/gss-kernel-lib/t_kgss.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/gss-kernel-lib/t_kgss.py b/src/util/gss-kernel-lib/t_kgss.py
index 52d1da245..00eab050e 100644
--- a/src/util/gss-kernel-lib/t_kgss.py
+++ b/src/util/gss-kernel-lib/t_kgss.py
@@ -25,6 +25,6 @@ from k5test import *
# Test krb5 negotiation under SPNEGO for all enctype configurations.
for realm in multipass_realms():
- realm.run_as_client(['./t_kgss_user', realm.host_princ])
+ realm.run(['./t_kgss_user', realm.host_princ])
success('Kernel GSSAPI subset tests')