diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-12-14 06:55:53 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-12-13 23:42:05 +0100 |
commit | abed96535e0e47692be483cb35fc8b6224a0899d (patch) | |
tree | 51939b1c8b2d43e53130b24c60ba3f565ad01a45 /source4/selftest | |
parent | b87e88710c6e6d994c439a6c82aa68baf8abfdd4 (diff) | |
download | samba-abed96535e0e47692be483cb35fc8b6224a0899d.tar.gz samba-abed96535e0e47692be483cb35fc8b6224a0899d.tar.bz2 samba-abed96535e0e47692be483cb35fc8b6224a0899d.zip |
s4-selftest Give local.resolve a real name to look up
Diffstat (limited to 'source4/selftest')
-rwxr-xr-x | source4/selftest/tests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 9bb622b56e..828226861d 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -276,7 +276,8 @@ plansmbtorturetestsuite('echo.udp', 'dc:local', '//$SERVER/whatever') # Local tests for t in smb4torture_testsuites("local."): - plansmbtorturetestsuite(t, "none", "ncalrpc:") + #The local.resolve test needs a name to look up using real system (not emulated) name routines + plansmbtorturetestsuite(t, "none", "ncalrpc:localhost") # Confirm these tests with the system iconv too for t in ["local.convert_string_handle", "local.convert_string", "local.ndr"]: |