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:
parent
786198e523
commit
6da040261d
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user