diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-11-01 15:27:30 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-11-01 18:55:19 +1100 |
commit | 43f7c9ca26f72141c87babe428e46e9a293c4b9c (patch) | |
tree | dd9e39fb83d1d2b693d30f1ce16da20df38bda41 /source4/lib/ldb/tests | |
parent | 6db57658a9746df7177f1824752aa43395f1419f (diff) | |
download | samba-43f7c9ca26f72141c87babe428e46e9a293c4b9c.tar.gz samba-43f7c9ca26f72141c87babe428e46e9a293c4b9c.tar.xz samba-43f7c9ca26f72141c87babe428e46e9a293c4b9c.zip |
s4-test: we don't need to set LDB_MODULES_PATH any more
Diffstat (limited to 'source4/lib/ldb/tests')
-rwxr-xr-x | source4/lib/ldb/tests/test-controls.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/lib/ldb/tests/test-controls.sh b/source4/lib/ldb/tests/test-controls.sh index 868e8c2377..771085ec60 100755 --- a/source4/lib/ldb/tests/test-controls.sh +++ b/source4/lib/ldb/tests/test-controls.sh @@ -11,8 +11,6 @@ PATH=bin:$PATH export PATH rm -f $LDB_URL* -LDB_MODULES_PATH=`dirname $0`/../../../bin/modules/testldb -echo $LDB_MODULES_PATH echo "LDB_URL: $LDB_URL" cat <<EOF | $VALGRIND ldbadd || exit 1 |