summaryrefslogtreecommitdiffstats
path: root/source/script
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-01-20 14:10:51 +0100
committerVolker Lendecke <vl@samba.org>2008-01-20 15:29:58 +0100
commit63ee2ef775b48fcaecccf4dc7ef3601ceb8053c5 (patch)
tree8e8e00e9696df4500dc553af81e4e9f68a8572d2 /source/script
parentd7e6ec2258350c564053371361c8f1d7d0f775b1 (diff)
downloadsamba-63ee2ef775b48fcaecccf4dc7ef3601ceb8053c5.tar.gz
samba-63ee2ef775b48fcaecccf4dc7ef3601ceb8053c5.tar.xz
samba-63ee2ef775b48fcaecccf4dc7ef3601ceb8053c5.zip
Active RAW-STREAMS in make test
Diffstat (limited to 'source/script')
-rwxr-xr-xsource/script/tests/selftest.sh2
-rwxr-xr-xsource/script/tests/test_posix_s3.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/script/tests/selftest.sh b/source/script/tests/selftest.sh
index 5a170b21172..c6232cf3017 100755
--- a/source/script/tests/selftest.sh
+++ b/source/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/source/script/tests/test_posix_s3.sh b/source/script/tests/test_posix_s3.sh
index 0b4a52d4b50..91863b7a6bf 100755
--- a/source/script/tests/test_posix_s3.sh
+++ b/source/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"