diff options
Diffstat (limited to 'source3/script/tests/selftest.sh')
-rwxr-xr-x | source3/script/tests/selftest.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh index 44e0295c69..80efb68f6a 100755 --- a/source3/script/tests/selftest.sh +++ b/source3/script/tests/selftest.sh @@ -132,6 +132,7 @@ cat >$SERVERCONFFILE<<EOF kernel oplocks = no + syslog = no printing = bsd printcap name = /dev/null @@ -145,6 +146,16 @@ cat >$SERVERCONFFILE<<EOF [hideunwrite] copy = tmp hide unwriteable files = yes +[print1] + copy = tmp + printable = yes + printing = test +[print2] + copy = print1 +[print3] + copy = print1 +[print4] + copy = print1 EOF ## |