From 98f595036e196dd61340fef0faf63ca762a25307 Mon Sep 17 00:00:00 2001 From: Tim Prouty Date: Wed, 25 Nov 2009 08:17:13 -0800 Subject: 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. --- source4/torture/smbtorture.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture') diff --git a/source4/torture/smbtorture.c b/source4/torture/smbtorture.c index b9ed52111a..51d82ae3df 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) { -- cgit