summaryrefslogtreecommitdiff
path: root/source3/script/tests
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-07-10 17:29:22 +0200
committerVolker Lendecke <vl@samba.org>2009-07-10 18:16:46 +0200
commit0a0bff353e3cd8287166c7ed907a50a8599b0e03 (patch)
tree6a6fcbbf81d28e4796cf63f4a268633be8afc40c /source3/script/tests
parent67c7b7f90bd1bad265e892bb00abf649b22345b6 (diff)
downloadsamba-0a0bff353e3cd8287166c7ed907a50a8599b0e03.tar.gz
samba-0a0bff353e3cd8287166c7ed907a50a8599b0e03.tar.bz2
samba-0a0bff353e3cd8287166c7ed907a50a8599b0e03.zip
Fix our base64 implementation for blobs of length 4....
The additional length check bit us exactly at 4, removing it. The torture test survives valgrind up to 2000 bytes :-)
Diffstat (limited to 'source3/script/tests')
-rwxr-xr-xsource3/script/tests/test_smbtorture_s3.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/script/tests/test_smbtorture_s3.sh b/source3/script/tests/test_smbtorture_s3.sh
index c577ed18d4..4301081cec 100755
--- a/source3/script/tests/test_smbtorture_s3.sh
+++ b/source3/script/tests/test_smbtorture_s3.sh
@@ -29,6 +29,7 @@ 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 GETADDRINFO POSIX UID-REGRESSION-TEST SHORTNAME-TEST"
+tests="$tests LOCAL-BASE64"
skipped1="RANDOMIPC NEGNOWAIT NBENCH ERRMAPEXTRACT TRANS2SCAN NTTRANSSCAN"
skipped2="DENY1 DENY2 OPENATTR CASETABLE EATEST"