diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-08-21 19:58:18 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-08-22 01:31:57 +0200 |
commit | b5c2747cad0f9bbb69cceb4b90aab20546a5cf66 (patch) | |
tree | c6953eb718b87361d71358d178787aa7cdd91f0b /source4/torture/local | |
parent | c4b9c3aba8a448812d401fc28ad65ac818af5b04 (diff) | |
download | samba-b5c2747cad0f9bbb69cceb4b90aab20546a5cf66.tar.gz samba-b5c2747cad0f9bbb69cceb4b90aab20546a5cf66.tar.bz2 samba-b5c2747cad0f9bbb69cceb4b90aab20546a5cf66.zip |
s4-provision: pass use_ntvfs from C wrappers and set to true in tests/vampire
None of these cases need the complexity of the s3fs backend.
Andrew Bartlett
Diffstat (limited to 'source4/torture/local')
-rw-r--r-- | source4/torture/local/torture.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/local/torture.c b/source4/torture/local/torture.c index 0eb69a5db8..65062042dc 100644 --- a/source4/torture/local/torture.c +++ b/source4/torture/local/torture.c @@ -61,6 +61,7 @@ static bool test_provision(struct torture_context *tctx) settings->netbios_name = "torture"; settings->ntds_dn_str = NULL; settings->machine_password = "geheim"; + settings->use_ntvfs = true; status = provision_bare(settings, tctx->lp_ctx, settings, &result); |