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:
parent
2a2de10ac6
commit
14bb3f71aa
@ -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
|
||||
|
||||
##
|
||||
|
Loading…
x
Reference in New Issue
Block a user