selftest: Remove -d10 from test startup
authorAndrew Bartlett <abartlet@samba.org>
Fri, 18 Jun 2021 11:49:13 +0000 (23:49 +1200)
committerGary Lockyer <gary@samba.org>
Mon, 21 Jun 2021 01:46:58 +0000 (01:46 +0000)
It looks like "python:tests: Add SAMR password change tests for fips"
(which is also the title of 9a3ba502d8193b25799ef92917efafd52de2e8c2,
but this is also unrelated) and was a probalby a rebase artifact,
being a debugging aid that should have been omitted.

This reverts commit ebd687335b9accfdbae7dbc65c9882ab4d5c0986.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Autobuild-User(master): Gary Lockyer <gary@samba.org>
Autobuild-Date(master): Mon Jun 21 01:46:58 UTC 2021 on sn-devel-184

selftest/target/Samba4.pm

index 710f46096c129d10d3de1d5257b65786a90ddea0..1f8ed412bf7a4ddbae89cdb5d0a3deeaa9e3a860 100755 (executable)
@@ -1053,7 +1053,7 @@ servicePrincipalName: http/testupnspn.$ctx->{dnsname}
 
        $samba_tool_cmd = ${cmd_env};
        $samba_tool_cmd .= Samba::bindir_path($self, "samba-tool")
-           . " group addmembers --configfile=$ctx->{smb_conf} 'Allowed RODC Password Replication Group' '$testallowed_account' -d10";
+           . " group addmembers --configfile=$ctx->{smb_conf} 'Allowed RODC Password Replication Group' '$testallowed_account'";
        unless (system($samba_tool_cmd) == 0) {
                warn("Unable to add '$testallowed_account' user to 'Allowed RODC Password Replication Group': \n$samba_tool_cmd\n");
                return undef;