s4 torture: Allow onefs to be checked like samba3 and samba4
authorTim Prouty <tprouty@samba.org>
Wed, 25 Nov 2009 16:17:13 +0000 (08:17 -0800)
committerTim Prouty <tprouty@samba.org>
Wed, 25 Nov 2009 16:45:15 +0000 (08:45 -0800)
This is needed for the new RAW-SFILEINFO-END-OF-FILE test to
differentiate what appears to be a windows bug.

source4/torture/smbtorture.c

index b9ed52111aee89055f9a4bd924568d30082be534..51d82ae3dfccdfb1bf827ba5b94c26a5c3188857 100644 (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) {