repo.or.cz
/
samba4-gss.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ctdb-server: Use find_public_ip_vnn() in a couple of extra places
[samba4-gss.git]
/
ctdb
/
tests
/
scripts
/
test_wrap
blob
619ac7ca5dce89c780e7acac26b38527d32b0321
1
#!/usr/bin/env bash
2
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
6
7
TEST_SCRIPTS_DIR
=
$
(
dirname
"
$0
"
)
8
9
.
"
${TEST_SCRIPTS_DIR}
/integration.bash"
10
11
"$@"