summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-04-23 13:51:33 +0200
committerGünther Deschner <gd@samba.org>2010-04-23 13:51:33 +0200
commit14bb3f71aa3a2c23c5a0396deae4af9ab1e3ac5d (patch)
tree715a4ba51924e44c1435479ddeae51ed15e4d1bc /source3
parent2a2de10ac690ad13d3474a252729fc36c79321fc (diff)
downloadsamba-14bb3f71aa3a2c23c5a0396deae4af9ab1e3ac5d.tar.gz
samba-14bb3f71aa3a2c23c5a0396deae4af9ab1e3ac5d.tar.bz2
samba-14bb3f71aa3a2c23c5a0396deae4af9ab1e3ac5d.zip
s3-selftest: add print$ share with two arch dirs.
(make test variant) Guenther
Diffstat (limited to 'source3')
-rwxr-xr-xsource3/script/tests/selftest.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh
index fef80ab478..54b1c9c380 100755
--- a/source3/script/tests/selftest.sh
+++ b/source3/script/tests/selftest.sh
@@ -182,6 +182,12 @@ fi
chmod 777 $SHRDIR
##
+## Create driver share dirs
+##
+mkdir $SHRDIR/W32X86
+mkdir $SHRDIR/x64
+
+##
## Create a read-only directory.
##
RO_SHRDIR=`echo $SHRDIR | sed -e 's:/[^/]*$::'`
@@ -362,6 +368,8 @@ cat >$SERVERCONFFILE<<EOF
copy = print1
[print4]
copy = print1
+[print$]
+ copy = tmp
EOF
##