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