diff options
author | Jeremy Allison <jra@samba.org> | 2009-03-26 14:34:25 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-03-26 14:34:25 -0700 |
commit | 757d403dfff023fdb122a155f6a05d33daa76410 (patch) | |
tree | 0b7b53e5045df086781a7013250eab7e21e453d2 /source3 | |
parent | 94ba56b2bdad4782deefc5581e6b6ac5c4eeb258 (diff) | |
download | samba-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')
-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 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 |