1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

s3-selftest: add print$ share with two arch dirs.

(make test variant)

Guenther
This commit is contained in:
Günther Deschner 2010-04-23 13:51:33 +02:00
parent 2a2de10ac6
commit 14bb3f71aa

View File

@ -181,6 +181,12 @@ else
fi
chmod 777 $SHRDIR
##
## Create driver share dirs
##
mkdir $SHRDIR/W32X86
mkdir $SHRDIR/x64
##
## Create a read-only directory.
##
@ -362,6 +368,8 @@ cat >$SERVERCONFFILE<<EOF
copy = print1
[print4]
copy = print1
[print$]
copy = tmp
EOF
##