diff options
author | Jeremy Allison <jra@samba.org> | 2009-03-26 14:48:34 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-03-26 14:48:34 -0700 |
commit | e235b4628b473f30275a534f5172c8926d3f205d (patch) | |
tree | 831ea50b416890439ff7eb02554166f7a65f3467 /source3/script/tests | |
parent | 757d403dfff023fdb122a155f6a05d33daa76410 (diff) | |
download | samba-e235b4628b473f30275a534f5172c8926d3f205d.tar.gz samba-e235b4628b473f30275a534f5172c8926d3f205d.tar.bz2 samba-e235b4628b473f30275a534f5172c8926d3f205d.zip |
Revert 757d403dfff023fdb122a155f6a05d33daa76410 - module
order shouldn't matter & I have a more correct fix for this.
Jeremy.
Diffstat (limited to 'source3/script/tests')
-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 af77c79491..a430d01a0e 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/streams_depot.so $BINDIR/xattr_tdb.so + vfs objects = $BINDIR/xattr_tdb.so $BINDIR/streams_depot.so #Include user defined custom parameters if set $INCLUDE_CUSTOM_CONF |