From: Tim Prouty Date: Wed, 25 Nov 2009 16:17:13 +0000 (-0800) Subject: s4 torture: Allow onefs to be checked like samba3 and samba4 X-Git-Tag: samba-4.0.0alpha9~184 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=98f595036e196dd61340fef0faf63ca762a25307;p=thirdparty%2Fsamba.git 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. --- diff --git a/source4/torture/smbtorture.c b/source4/torture/smbtorture.c index b9ed52111ae..51d82ae3dfc 100644 --- a/source4/torture/smbtorture.c +++ b/source4/torture/smbtorture.c @@ -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) {