diff options
author | Volker Lendecke <vl@samba.org> | 2009-03-29 23:16:34 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-04-06 21:32:06 +0200 |
commit | 0a4cdad324291d6c91b569c4fc8362a8383965fe (patch) | |
tree | e3988514dae99109558e80647b23722d33aa8f82 /source3/script | |
parent | 8bdac3615a255f65665939bda070c1b4ba93b908 (diff) | |
download | samba-0a4cdad324291d6c91b569c4fc8362a8383965fe.tar.gz samba-0a4cdad324291d6c91b569c4fc8362a8383965fe.tar.bz2 samba-0a4cdad324291d6c91b569c4fc8362a8383965fe.zip |
Remove the CHAIN1 test -- will come back later
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 70c6d34c88..842277b357 100755 --- a/source3/script/tests/test_smbtorture_s3.sh +++ b/source3/script/tests/test_smbtorture_s3.sh @@ -27,7 +27,7 @@ tests="$tests UNLINK BROWSE ATTR TRANS2 TORTURE " tests="$tests OPLOCK1 OPLOCK2 OPLOCK3" tests="$tests DIR DIR1 TCON TCONDEV RW1 RW2 RW3" tests="$tests OPEN XCOPY RENAME DELETE PROPERTIES W2K" -tests="$tests TCON2 IOCTL CHKPATH FDSESS LOCAL-SUBSTITUTE CHAIN1" +tests="$tests TCON2 IOCTL CHKPATH FDSESS LOCAL-SUBSTITUTE" skipped1="RANDOMIPC NEGNOWAIT NBENCH ERRMAPEXTRACT TRANS2SCAN NTTRANSSCAN" skipped2="DENY1 DENY2 OPENATTR CASETABLE EATEST" |