diff options
author | Günther Deschner <gd@samba.org> | 2010-04-23 13:51:33 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-04-23 13:51:33 +0200 |
commit | 14bb3f71aa3a2c23c5a0396deae4af9ab1e3ac5d (patch) | |
tree | 715a4ba51924e44c1435479ddeae51ed15e4d1bc /source3/script/tests/selftest.sh | |
parent | 2a2de10ac690ad13d3474a252729fc36c79321fc (diff) | |
download | samba-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/script/tests/selftest.sh')
-rwxr-xr-x | source3/script/tests/selftest.sh | 8 |
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 ## |