summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-07-01 03:04:39 +0200
committerGünther Deschner <gd@samba.org>2010-07-02 10:50:21 +0200
commit6da040261debcbd4b193caf9d5a055efad898aca (patch)
tree7e777836ab11e9215a29197e9c3e206d369d3823 /source4/torture
parent786198e523257de75d9238cd993594e5f8a8a4b7 (diff)
downloadsamba-6da040261debcbd4b193caf9d5a055efad898aca.tar.gz
samba-6da040261debcbd4b193caf9d5a055efad898aca.tar.bz2
samba-6da040261debcbd4b193caf9d5a055efad898aca.zip
s4-smbtorture: enable extended SetValue test against Samba3.
Guenther
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/rpc/winreg.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/source4/torture/rpc/winreg.c b/source4/torture/rpc/winreg.c
index 92404d3da7..f9cfb4d96c 100644
--- a/source4/torture/rpc/winreg.c
+++ b/source4/torture/rpc/winreg.c
@@ -2271,9 +2271,8 @@ static bool test_SetValue_extended(struct dcerpc_binding_handle *b,
};
int t, l;
- if (torture_setting_bool(tctx, "samba3", false) ||
- torture_setting_bool(tctx, "samba4", false)) {
- torture_skip(tctx, "skipping extended SetValue test against Samba");
+ if (torture_setting_bool(tctx, "samba4", false)) {
+ torture_skip(tctx, "skipping extended SetValue test against Samba4");
}
torture_comment(tctx, "Testing SetValue (extended formats)\n");