summaryrefslogtreecommitdiff
path: root/source3/script/tests/selftest.sh
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-08-28 07:56:15 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:38:57 -0500
commite09daab0157e1c9fc9ab29627f9ca612456eed8c (patch)
tree914f9ef2a99c6f523e685d7e701b248ce1c90fab /source3/script/tests/selftest.sh
parent00ffc8ec93600bd20e380c1242a946749acf0843 (diff)
downloadsamba-e09daab0157e1c9fc9ab29627f9ca612456eed8c.tar.gz
samba-e09daab0157e1c9fc9ab29627f9ca612456eed8c.tar.bz2
samba-e09daab0157e1c9fc9ab29627f9ca612456eed8c.zip
r17880: On host "tridge" in the build farm the tests fail because smbd hangs in in
'connecting to cups server on localhost'. There is no cups on that host, but the TCP connection hangs in SYN_SENT. Probably some firewall rule. Work around that. Volker (This used to be commit ab4e7b34da00c2a8f3244d84f08037ddfadf85d5)
Diffstat (limited to 'source3/script/tests/selftest.sh')
-rwxr-xr-xsource3/script/tests/selftest.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh
index d7a2db5eb6..38aa4d2727 100755
--- a/source3/script/tests/selftest.sh
+++ b/source3/script/tests/selftest.sh
@@ -117,6 +117,9 @@ cat >$SERVERCONFFILE<<EOF
kernel oplocks = no
+ printing = bsd
+ printcap name = /dev/null
+
[tmp]
path = $PREFIX_ABS/tmp
read only = no