diff options
-rwxr-xr-x | source4/scripting/devel/wintest/test-howto.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/scripting/devel/wintest/test-howto.py b/source4/scripting/devel/wintest/test-howto.py index c53fc519ad..d587529ea0 100755 --- a/source4/scripting/devel/wintest/test-howto.py +++ b/source4/scripting/devel/wintest/test-howto.py @@ -108,9 +108,9 @@ def test_kerberos(t): def test_dyndns(t): t.chdir('${PREFIX}') - t.cmd_contains("sbin/samba_dnsupdate", []) + t.run_cmd("sbin/samba_dnsupdate --fail-immediately") t.run_cmd("${RNDC} flush") - t.cmd_contains("sbin/samba_dnsupdate --verbose", ["No DNS updates needed"]) + def run_winjoin(t, vm): t.setwinvars(vm) |