summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rwxr-xr-xsource3/script/tests/selftest.sh11
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
##