1
0
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:
Andrew Bartlett 2014-10-08 10:43:41 +13:00
parent 470af88147
commit 022f1ca7fc

View File

@ -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()