mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
tests: Allow "max open files" to differ from the documentation
It is system-dependent. Andrew Bartlett Change-Id: Icf21476c00295a428ad808bc56ab8153f109627f Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
470af88147
commit
022f1ca7fc
@ -131,7 +131,8 @@ class SmbDotConfTests(TestCase):
|
||||
'ctdbd socket', 'printing', 'printcap name', 'queueresume command',
|
||||
'queuepause command','lpresume command', 'lppause command',
|
||||
'lprm command', 'lpq command', 'print command', 'template homedir',
|
||||
'spoolss: os_major', 'spoolss: os_minor', 'spoolss: os_build'])
|
||||
'spoolss: os_major', 'spoolss: os_minor', 'spoolss: os_build',
|
||||
'max open files'])
|
||||
|
||||
def setUp(self):
|
||||
super(SmbDotConfTests, self).setUp()
|
||||
|
Loading…
Reference in New Issue
Block a user