tests: Rename ctdb_test_functions.bash to integration.bash
[vlendec/samba-autobuild/.git] / ctdb / tests / scripts / test_wrap
index 6c730ef7686ded4b6fcc2691023e2155d1b6e249..df12e4b731f6a9192270b29a312164ead1bba0bb 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 # Execute the given command.  The intention is that it is a function
-# from ctdb_test_functions.bash.
+# from "${TEST_SCRIPTS_DIR}/integration.bash".
 
 PATH="$(dirname $0):${PATH}"
 
@@ -11,6 +11,6 @@ if [ ! $(which $f >/dev/null 2>&1) ] ; then
     [ -x "$d/$f" ] && PATH="$d:$PATH"
 fi
 
-. ctdb_test_functions.bash
+. "${TEST_SCRIPTS_DIR}/integration.bash"
 
 "$@"