diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-12-19 18:05:23 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2006-12-19 18:05:23 +0000 |
commit | 11044e252937a23be9db92b89697669982d0f268 (patch) | |
tree | 73cbdfc26dcdf939f342c2933a92a30b35ad091c /source/script | |
parent | 727cbf37e7cacb280c97f421e9b0004ccd5065f4 (diff) | |
download | samba-11044e252937a23be9db92b89697669982d0f268.tar.gz samba-11044e252937a23be9db92b89697669982d0f268.tar.xz samba-11044e252937a23be9db92b89697669982d0f268.zip |
r20256: Reduce some code duplication, make reply_mkdir go through the same code paths
ncreate does. This is a bit slower (about 10-20%), because it goes touches the
share mode db, but I think not having to call change_owner_to_parent and
friends in fewer places outweighs this. And, mkdir is not the way current
Windows boxes create directories, they do it via the ncreate call.
Volker
Diffstat (limited to 'source/script')
-rwxr-xr-x | source/script/tests/test_posix_s3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/script/tests/test_posix_s3.sh b/source/script/tests/test_posix_s3.sh index c73f3a7d2fe..c04c88f41a8 100755 --- a/source/script/tests/test_posix_s3.sh +++ b/source/script/tests/test_posix_s3.sh @@ -25,7 +25,7 @@ base="$base BASE-DISCONNECT BASE-FDPASS BASE-LOCK" base="$base BASE-MANGLE BASE-NEGNOWAIT BASE-NTDENY1" base="$base BASE-NTDENY2 BASE-OPEN BASE-OPENATTR BASE-PROPERTIES BASE-RENAME BASE-RW1" base="$base BASE-SECLEAK BASE-TCON BASE-TCONDEV BASE-TRANS2 BASE-UNLINK BASE-VUID" -base="$base BASE-XCOPY" +base="$base BASE-XCOPY BASE-SAMBA3ERROR" raw="RAW-ACLS RAW-CHKPATH RAW-CLOSE RAW-COMPOSITE RAW-CONTEXT RAW-EAS" raw="$raw RAW-IOCTL RAW-LOCK RAW-MKDIR RAW-MUX RAW-NOTIFY RAW-OPEN RAW-OPLOCK" |