1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s4-smbtorture: enable extended SetValue test against Samba3.

Guenther
This commit is contained in:
Günther Deschner 2010-07-01 03:04:39 +02:00
parent 786198e523
commit 6da040261d

View File

@ -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");