diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-12-01 14:37:40 -0800 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-12-11 10:27:13 +0100 |
commit | fbefea349724116ff8f40ce5934ae5efedfe8fad (patch) | |
tree | e30c0605fdc329c1d897ba94b0721672aefa8e20 | |
parent | 2f17537668290e09e4e210a91bdafeac736b5f66 (diff) | |
download | samba-fbefea349724116ff8f40ce5934ae5efedfe8fad.tar.gz |
s3:selftest: test the streams_depot module as it passes make test
The streams_xattr module only passes sometimes on my laptop.
metze
(cherry picked from commit 911ba0ef15e8ed6d06e205c410ccf07ff33db929)
-rwxr-xr-x | source/script/tests/selftest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/script/tests/selftest.sh b/source/script/tests/selftest.sh index 15e48b00efb..f79c3292920 100755 --- a/source/script/tests/selftest.sh +++ b/source/script/tests/selftest.sh @@ -191,7 +191,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 |