diff options
author | Jeremy Allison <jra@samba.org> | 2011-01-27 15:37:25 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2011-01-28 01:24:19 +0100 |
commit | ba6dda1934b5440398600812e320528f00673bc2 (patch) | |
tree | 01f809d12d6caf314155ce55be39b986bcccb134 /source3/script/tests | |
parent | eec50b21f6d74de4e69a2c649799452736a494b1 (diff) | |
download | samba-ba6dda1934b5440398600812e320528f00673bc2.tar.gz samba-ba6dda1934b5440398600812e320528f00673bc2.tar.bz2 samba-ba6dda1934b5440398600812e320528f00673bc2.zip |
Add delete-ln test now we can correctly delete hardlinks.
Autobuild-User: Jeremy Allison <jra@samba.org>
Autobuild-Date: Fri Jan 28 01:24:19 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/script/tests')
-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 2a26131704..466855df7b 100755 --- a/source3/script/tests/test_smbtorture_s3.sh +++ b/source3/script/tests/test_smbtorture_s3.sh @@ -29,7 +29,7 @@ tests="FDPASS LOCK1 LOCK2 LOCK3 LOCK4 LOCK5 LOCK6 LOCK7 LOCK9" tests="$tests UNLINK BROWSE ATTR TRANS2 TORTURE " 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 OPEN XCOPY RENAME DELETE DELETE-LN PROPERTIES W2K" tests="$tests TCON2 IOCTL CHKPATH FDSESS LOCAL-SUBSTITUTE CHAIN1" tests="$tests GETADDRINFO POSIX UID-REGRESSION-TEST SHORTNAME-TEST" tests="$tests LOCAL-BASE64 LOCAL-GENCACHE POSIX-APPEND" |