summaryrefslogtreecommitdiffstats
path: root/source/script
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-10-06 18:49:29 +0000
committerVolker Lendecke <vlendec@samba.org>2006-10-06 18:49:29 +0000
commitdc87b04cd592056a7f557a4d1ba3913bef2de2c9 (patch)
tree8c1c631f373315bd6e82059e4377b8bafbdcf7b5 /source/script
parentb6c198838eb9491c33e7e7c69179945b42344b33 (diff)
downloadsamba-dc87b04cd592056a7f557a4d1ba3913bef2de2c9.tar.gz
samba-dc87b04cd592056a7f557a4d1ba3913bef2de2c9.tar.xz
samba-dc87b04cd592056a7f557a4d1ba3913bef2de2c9.zip
r19151: Create some dummy printers in the build farm
Diffstat (limited to 'source/script')
-rwxr-xr-xsource/script/tests/selftest.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/script/tests/selftest.sh b/source/script/tests/selftest.sh
index 44e0295c69d..80efb68f6a9 100755
--- a/source/script/tests/selftest.sh
+++ b/source/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
##