diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-03-12 18:26:43 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-04-07 12:29:28 +0200 |
commit | 406da3a9628f7e631ad17ec3c37c841359d0ccbf (patch) | |
tree | 7fcf0037e11ba22095233c2e5283e8fb9272d67d /source3/script | |
parent | d03453864ab1bc5fd3b4a3abaf96176a006c102b (diff) | |
download | samba-406da3a9628f7e631ad17ec3c37c841359d0ccbf.tar.gz samba-406da3a9628f7e631ad17ec3c37c841359d0ccbf.tar.bz2 samba-406da3a9628f7e631ad17ec3c37c841359d0ccbf.zip |
selftest: samba3 passes BASE-DELAYWRITE
metze
(This used to be commit 5df34634317633820993c9ef924d694a8fe1c4fe)
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/test_posix_s3.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/test_posix_s3.sh b/source3/script/tests/test_posix_s3.sh index a40a0418eb..c0983ad3ff 100755 --- a/source3/script/tests/test_posix_s3.sh +++ b/source3/script/tests/test_posix_s3.sh @@ -46,7 +46,7 @@ unix="UNIX-INFO2" tests="$base $raw $rpc $unix" -skipped="BASE-CHARSET BASE-DELAYWRITE BASE-TCONDEV" +skipped="BASE-CHARSET BASE-TCONDEV" skipped="$skipped RAW-ACLS RAW-COMPOSITE RAW-CONTEXT" skipped="$skipped RAW-IOCTL" skipped="$skipped RAW-QFILEINFO RAW-QFSINFO" |