ctdb-server: Use find_public_ip_vnn() in a couple of extra places
[samba4-gss.git] / ctdb / tests / scripts / test_wrap
blob619ac7ca5dce89c780e7acac26b38527d32b0321
1 #!/usr/bin/env bash
3 # Execute the given command. The intention is that it is either
4 # * a function from "${TEST_SCRIPTS_DIR}/integration.bash"; or
5 # * a test helper binary
7 TEST_SCRIPTS_DIR=$(dirname "$0")
9 . "${TEST_SCRIPTS_DIR}/integration.bash"
11 "$@"