diff options
-rwxr-xr-x | wintest/test-s4-howto.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wintest/test-s4-howto.py b/wintest/test-s4-howto.py index b925973df1..4c47b46133 100755 --- a/wintest/test-s4-howto.py +++ b/wintest/test-s4-howto.py @@ -12,7 +12,7 @@ def check_prerequesites(t): if os.getuid() != 0: raise Exception("You must run this script as root") t.cmd_contains("grep 127.0.0.1 /etc/resolv.conf", ["nameserver 127.0.0.1"]) - + t.putenv("KRB5_CONFIG", '${PREFIX}/private/krb5.conf') def build_s4(t): '''build samba4''' |