diff options
author | Volker Lendecke <vl@samba.org> | 2008-01-20 14:10:51 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-01-20 15:29:58 +0100 |
commit | 152c720ddbff3566d64d7e09561354820ff840c9 (patch) | |
tree | 8d2eee3af04c8bcbf424fee746a8cfa11008e666 /source3/script | |
parent | bf7f13c9a7aebd228d9ba4d45a69809b7a1a8d99 (diff) | |
download | samba-152c720ddbff3566d64d7e09561354820ff840c9.tar.gz samba-152c720ddbff3566d64d7e09561354820ff840c9.tar.bz2 samba-152c720ddbff3566d64d7e09561354820ff840c9.zip |
Active RAW-STREAMS in make test
(This used to be commit 63ee2ef775b48fcaecccf4dc7ef3601ceb8053c5)
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/selftest.sh | 2 | ||||
-rwxr-xr-x | source3/script/tests/test_posix_s3.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh index 5a170b2117..c6232cf301 100755 --- a/source3/script/tests/selftest.sh +++ b/source3/script/tests/selftest.sh @@ -186,7 +186,7 @@ cat >$SERVERCONFFILE<<EOF map hidden = yes map system = yes create mask = 755 - vfs objects = $BINDIR/xattr_tdb.so + vfs objects = $BINDIR/xattr_tdb.so $BINDIR/streams_xattr.so [hideunread] copy = tmp hide unreadable = yes diff --git a/source3/script/tests/test_posix_s3.sh b/source3/script/tests/test_posix_s3.sh index 0b4a52d4b5..91863b7a6b 100755 --- a/source3/script/tests/test_posix_s3.sh +++ b/source3/script/tests/test_posix_s3.sh @@ -50,7 +50,7 @@ skipped="BASE-CHARSET BASE-DELAYWRITE BASE-TCONDEV" skipped="$skipped RAW-ACLS RAW-COMPOSITE RAW-CONTEXT" skipped="$skipped RAW-IOCTL" skipped="$skipped RAW-QFILEINFO RAW-QFSINFO RAW-SEARCH" -skipped="$skipped RAW-SFILEINFO RAW-STREAMS" +skipped="$skipped RAW-SFILEINFO" echo "WARNING: Skipping tests $skipped" |