mirror of
https://github.com/samba-team/samba.git
synced 2025-08-26 01:49:31 +03:00
selftest: add change notify = no to simpleserver env
A subsequent patch will use this env in a torture test. The aren't any existing tests that make use of change notify, so disabling change notify in this test environment doesn't impact existing tests. Bug: https://bugzilla.samba.org/show_bug.cgi?id=11444 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
committed by
Stefan Metzmacher
parent
098b8a5110
commit
b9c561273b
@ -535,6 +535,7 @@ sub setup_simpleserver($$)
|
||||
my $simpleserver_options = "
|
||||
lanman auth = yes
|
||||
vfs objects = xattr_tdb streams_depot
|
||||
change notify = no
|
||||
|
||||
[vfs_aio_fork]
|
||||
path = $prefix_abs/share
|
||||
|
Reference in New Issue
Block a user