summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2019-01-11 13:15:58 +0100
committerStefan Metzmacher <metze@samba.org>2019-01-11 23:11:11 +0100
commita62bc3f221bd7d9db6cdbeb89f2c03c6e81eb98d (patch)
tree826524fbedf14db2328837eb22b67db9855b5252
parent16166542753264ae21115790744af535e6f2c859 (diff)
downloadsamba-a62bc3f221bd7d9db6cdbeb89f2c03c6e81eb98d.tar.gz
s3:torture: call per_thread_cwd_check() in vfstest.c main()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
-rw-r--r--source3/torture/vfstest.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/torture/vfstest.c b/source3/torture/vfstest.c
index 0f80d11daae..508b55568e8 100644
--- a/source3/torture/vfstest.c
+++ b/source3/torture/vfstest.c
@@ -511,6 +511,8 @@ int main(int argc, const char *argv[])
facilities. See lib/debug.c */
setup_logging("vfstest", DEBUG_STDOUT);
+ per_thread_cwd_check();
+
set_smbd_shim(&vfstest_shim_fns);
/* Load command lists */