1
0
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:
Tim Prouty 2009-11-25 08:17:13 -08:00
parent 6074a058df
commit 98f595036e

View File

@ -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) {