diff options
author | Jeremy Allison <jra@samba.org> | 2007-09-11 21:52:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:30:40 -0500 |
commit | 1cc01f224980a9cc836212fed15ccb88b1441e30 (patch) | |
tree | 5c20c2087f5b580d0795cffc574ffd3212224523 | |
parent | 327ca9167ed28d2207444a93424cadef79d166b5 (diff) | |
download | samba-1cc01f224980a9cc836212fed15ccb88b1441e30.tar.gz samba-1cc01f224980a9cc836212fed15ccb88b1441e30.tar.bz2 samba-1cc01f224980a9cc836212fed15ccb88b1441e30.zip |
r25104: Fix extra lines added by mistake.
Jeremy.
(This used to be commit a28a35f9cdddb9da1b2adb9e2e6c86d78cf07ea6)
-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 |