summaryrefslogtreecommitdiffstats
path: root/tests/magtests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/magtests.py')
-rwxr-xr-xtests/magtests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/magtests.py b/tests/magtests.py
index 5abede0..51fa050 100755
--- a/tests/magtests.py
+++ b/tests/magtests.py
@@ -143,7 +143,7 @@ def setup_kdc(testdir, wrapenv):
kdcenv.update(wrapenv)
with (open(testlog, 'a')) as logfile:
- ksetup = subprocess.Popen(["kdb5_util", "create", "-s",
+ ksetup = subprocess.Popen(["kdb5_util", "create", "-W", "-s",
"-r", TESTREALM, "-P", KDC_PASSWORD],
stdout=logfile, stderr=logfile,
env=kdcenv, preexec_fn=os.setsid)