1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

tests: test_wrap needs to set TEST_SCRIPTS_DIR

Signed-off-by: Amitay Isaacs <amitay@gmail.com>

(This used to be ctdb commit 79e979d67e3a2a5a13ef8fd2ef8f56331ec51558)
This commit is contained in:
Amitay Isaacs 2012-04-19 15:40:53 +10:00 committed by Martin Schwenke
parent 2503cb2259
commit 2f2e341370

View File

@ -5,6 +5,8 @@
PATH="$(dirname $0):${PATH}" PATH="$(dirname $0):${PATH}"
TEST_SCRIPTS_DIR=$(dirname $0)
f="ctdb_bench" f="ctdb_bench"
if [ ! $(which $f >/dev/null 2>&1) ] ; then if [ ! $(which $f >/dev/null 2>&1) ] ; then
d=$(dirname $(dirname $0))/bin d=$(dirname $(dirname $0))/bin