summaryrefslogtreecommitdiffstats
path: root/proxy/tests/t_multi_key.py
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/tests/t_multi_key.py')
-rw-r--r--proxy/tests/t_multi_key.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/proxy/tests/t_multi_key.py b/proxy/tests/t_multi_key.py
index 3211c9a..8969cbb 100644
--- a/proxy/tests/t_multi_key.py
+++ b/proxy/tests/t_multi_key.py
@@ -23,6 +23,7 @@ def run(testdir, env, conf):
print("Testing multiple keys Keytab with first principal",
file=sys.stderr)
+ sys.stderr.write(" ")
conf["prefix"] = prefix + "_1"
if os.path.exists(os.path.join(testdir, 'gssproxy', 'gpccache')):
os.unlink(os.path.join(testdir, 'gssproxy', 'gpccache'))
@@ -37,6 +38,7 @@ def run(testdir, env, conf):
print("Testing multiple keys Keytab with second principal",
file=sys.stderr)
+ sys.stderr.write(" ")
if os.path.exists(os.path.join(testdir, 'gssproxy', 'gpccache')):
os.unlink(os.path.join(testdir, 'gssproxy', 'gpccache'))
conf['prefix'] = prefix + "_2"