mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s4 torture: Allow onefs to be checked like samba3 and samba4
This is needed for the new RAW-SFILEINFO-END-OF-FILE test to differentiate what appears to be a windows bug.
This commit is contained in:
parent
6074a058df
commit
98f595036e
@ -535,6 +535,7 @@ int main(int argc,char *argv[])
|
||||
"0x00010000");
|
||||
} else if (strcmp(target, "onefs") == 0) {
|
||||
lp_set_cmdline(cmdline_lp_ctx, "torture:sacl_support", "false");
|
||||
lp_set_cmdline(cmdline_lp_ctx, "torture:onefs", "true");
|
||||
}
|
||||
|
||||
if (max_runtime) {
|
||||
|
Loading…
Reference in New Issue
Block a user