From cbb7eb1fa27da053e0fe4ffd84df39754ecbdfd4 Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Thu, 26 Jul 2018 18:11:22 +0200 Subject: [PATCH] selftest: set "smbd:async dosmode = no" in the vfs_aio_pthread share This just explicitly sets the current default, to ensure the tests that use this share always use the same "smbd:async dosmode" setting even if the default changes in the future. Signed-off-by: Ralph Boehme Reviewed-by: Stefan Metzmacher --- selftest/target/Samba3.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index a553405db0d..253acf7aa5f 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -775,6 +775,7 @@ sub setup_simpleserver read only = no vfs objects = aio_pthread aio_pthread:aio open = yes + smbd:async dosmode = no [vfs_aio_fork] path = $prefix_abs/share -- 2.47.3