diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-12-01 14:37:13 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2008-12-01 14:37:13 -0800 |
commit | a8595bf506ca43e7060d696f182982703885fa08 (patch) | |
tree | 2f2c996c64733db398c987ac095f1d1ed0e283a7 /source3 | |
parent | e605fdc81c64eeb37a9d77493df42c0bb010f41f (diff) | |
download | samba-a8595bf506ca43e7060d696f182982703885fa08.tar.gz samba-a8595bf506ca43e7060d696f182982703885fa08.tar.bz2 samba-a8595bf506ca43e7060d696f182982703885fa08.zip |
s3:selftest: test the streams_depot module as it passes make test
The streams_xattr module only passes sometimes on my laptop.
metze
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/script/tests/selftest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh index d41d0f36cf..3b65aaa760 100755 --- a/source3/script/tests/selftest.sh +++ b/source3/script/tests/selftest.sh @@ -205,7 +205,7 @@ cat >$SERVERCONFFILE<<EOF map hidden = yes map system = yes create mask = 755 - vfs objects = $BINDIR/xattr_tdb.so $BINDIR/streams_xattr.so + vfs objects = $BINDIR/xattr_tdb.so $BINDIR/streams_depot.so [hideunread] copy = tmp hide unreadable = yes |