From 022f1ca7fc2b3bea9d86c26d2ed275e828acae8b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 8 Oct 2014 10:43:41 +1300 Subject: tests: Allow "max open files" to differ from the documentation It is system-dependent. Andrew Bartlett Change-Id: Icf21476c00295a428ad808bc56ab8153f109627f Signed-off-by: Andrew Bartlett Reviewed-by: Stefan Metzmacher --- python/samba/tests/docs.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python/samba/tests') diff --git a/python/samba/tests/docs.py b/python/samba/tests/docs.py index 0d71e685ab..a6a1a155fa 100644 --- a/python/samba/tests/docs.py +++ b/python/samba/tests/docs.py @@ -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() -- cgit