diff options
author | Zahari Zahariev <zahari.zahariev@postpath.com> | 2010-12-13 18:14:51 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-12-16 15:54:29 +1100 |
commit | 94b149f3cb6c82834f83b73928f5b40e388eb6e5 (patch) | |
tree | 2cbc001752f57dc0df59dbcb5b93638bc7693a62 /wintest/test-s4-howto.py | |
parent | a06519a579f04c4728af01a169ba79c7149994db (diff) | |
download | samba-94b149f3cb6c82834f83b73928f5b40e388eb6e5.tar.gz samba-94b149f3cb6c82834f83b73928f5b40e388eb6e5.tar.bz2 samba-94b149f3cb6c82834f83b73928f5b40e388eb6e5.zip |
Typos in wintest
Diffstat (limited to 'wintest/test-s4-howto.py')
-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 c4a430c7b5..cb9862b8b9 100755 --- a/wintest/test-s4-howto.py +++ b/wintest/test-s4-howto.py @@ -610,7 +610,7 @@ def test_howto(t): create_shares(t) start_s4(t) test_smbclient(t) - t.restart_bind(kerberos_support=True, include='{PREFIX}/private/named.conf') + t.restart_bind(kerberos_support=True, include='${PREFIX}/private/named.conf') test_dns(t) test_kerberos(t) test_dyndns(t) |