diff options
Diffstat (limited to 'source3/script')
-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 ## |