summaryrefslogtreecommitdiff
path: root/source3/script
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-03-26 14:34:25 -0700
committerJeremy Allison <jra@samba.org>2009-03-26 14:34:25 -0700
commit757d403dfff023fdb122a155f6a05d33daa76410 (patch)
tree0b7b53e5045df086781a7013250eab7e21e453d2 /source3/script
parent94ba56b2bdad4782deefc5581e6b6ac5c4eeb258 (diff)
downloadsamba-757d403dfff023fdb122a155f6a05d33daa76410.tar.gz
samba-757d403dfff023fdb122a155f6a05d33daa76410.tar.bz2
samba-757d403dfff023fdb122a155f6a05d33daa76410.zip
This should fix the build farm RAW-STREAMS failure. streams_depot.so
depends on xattrs, and xattr_tdb was pushed *first* in the stack... Jeremy.
Diffstat (limited to 'source3/script')
-rwxr-xr-xsource3/script/tests/selftest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/selftest.sh b/source3/script/tests/selftest.sh
index a430d01a0e..af77c79491 100755
--- a/source3/script/tests/selftest.sh
+++ b/source3/script/tests/selftest.sh
@@ -238,7 +238,7 @@ cat >$SERVERCONFFILE<<EOF
map hidden = yes
map system = yes
create mask = 755
- vfs objects = $BINDIR/xattr_tdb.so $BINDIR/streams_depot.so
+ vfs objects = $BINDIR/streams_depot.so $BINDIR/xattr_tdb.so
#Include user defined custom parameters if set
$INCLUDE_CUSTOM_CONF