diff options
author | Jeremy Allison <jra@samba.org> | 2011-01-14 15:15:01 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2011-01-15 00:59:46 +0100 |
commit | dbaeb52ebe4056fc50a1533fc66fe58442c57ac5 (patch) | |
tree | 9e0ae5c5c5027daa740799b10c064db58f56f374 /source3/script | |
parent | fef1174ba87b6548f93d788c32360bd192b7c7f2 (diff) | |
download | samba-dbaeb52ebe4056fc50a1533fc66fe58442c57ac5.tar.gz samba-dbaeb52ebe4056fc50a1533fc66fe58442c57ac5.tar.bz2 samba-dbaeb52ebe4056fc50a1533fc66fe58442c57ac5.zip |
Add OPLOCK4 test which explores how Windows copes with oplock and share mode breaks on hard links.
Jeremy.
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Sat Jan 15 00:59:46 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/test_smbtorture_s3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/test_smbtorture_s3.sh b/source3/script/tests/test_smbtorture_s3.sh index 4680f64039..2a26131704 100755 --- a/source3/script/tests/test_smbtorture_s3.sh +++ b/source3/script/tests/test_smbtorture_s3.sh @@ -27,7 +27,7 @@ export SMB_CONF_PATH tests="FDPASS LOCK1 LOCK2 LOCK3 LOCK4 LOCK5 LOCK6 LOCK7 LOCK9" #tests="$tests UNLINK BROWSE ATTR TRANS2 MAXFID TORTURE " tests="$tests UNLINK BROWSE ATTR TRANS2 TORTURE " -tests="$tests OPLOCK1 OPLOCK2 OPLOCK3 STREAMERROR" +tests="$tests OPLOCK1 OPLOCK2 OPLOCK3 OPLOCK4 STREAMERROR" tests="$tests DIR DIR1 DIR-CREATETIME TCON TCONDEV RW1 RW2 RW3 RW-SIGNING" tests="$tests OPEN XCOPY RENAME DELETE PROPERTIES W2K" tests="$tests TCON2 IOCTL CHKPATH FDSESS LOCAL-SUBSTITUTE CHAIN1" |