diff options
| author | Michael Adam <obnox@samba.org> | 2013-11-27 22:28:06 +0100 |
|---|---|---|
| committer | Martin Schwenke <martins@samba.org> | 2013-11-28 07:31:13 +0100 |
| commit | fd5e8905a09875d13ef109133edd361a82cf8e1e (patch) | |
| tree | 686b3cc9947274b91de160a540cedbd3b13008fa /ctdb/tests/scripts/integration.bash | |
| parent | e281cfa8db4a2506f9016718373cdc80f4aa9c1f (diff) | |
ctdb:test: remove unused ip2ipmask from integration.bash
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/tests/scripts/integration.bash')
| -rw-r--r-- | ctdb/tests/scripts/integration.bash | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ctdb/tests/scripts/integration.bash b/ctdb/tests/scripts/integration.bash index 88161c1a2d..c98d511330 100644 --- a/ctdb/tests/scripts/integration.bash +++ b/ctdb/tests/scripts/integration.bash @@ -497,13 +497,6 @@ wait_until_node_has_some_ips () wait_until 60 node_has_some_ips "$@" } -ip2ipmask () -{ - _ip="$1" - - ip addr show to "$_ip" | awk '$1 == "inet" { print $2 }' -} - ####################################### daemons_stop () |
