diff options
Diffstat (limited to 'source3/script/tests')
-rwxr-xr-x | source3/script/tests/selftest.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh index 8de6420b10..c1d4b23c5f 100755 --- a/source3/script/tests/selftest.sh +++ b/source3/script/tests/selftest.sh @@ -139,6 +139,9 @@ cat >$SERVERCONFFILE<<EOF printing = bsd printcap name = /dev/null + host msdfs = yes + panic action = "/bin/sleep 90000" + [tmp] path = $PREFIX_ABS/tmp read only = no |