diff options
| author | Martin Schwenke <martin@meltin.net> | 2012-05-14 15:01:44 +1000 |
|---|---|---|
| committer | Martin Schwenke <martin@meltin.net> | 2012-05-14 15:13:41 +1000 |
| commit | 4563865fb6bf7efcbcf9a9940bb6d285021ddcb1 (patch) | |
| tree | aff5941214a639f93de61fcf56a3d4818518e6f7 /ctdb/tests/scripts/integration.bash | |
| parent | 888048465818732b48b18488387b4fc275048c3b (diff) | |
tests: Fix a typo in daemons_setup()
Signed-off-by: Martin Schwenke <martin@meltin.net>
(This used to be ctdb commit 863ad337fa3c4effe1fd370d3ba414027c600bd6)
Diffstat (limited to 'ctdb/tests/scripts/integration.bash')
| -rw-r--r-- | ctdb/tests/scripts/integration.bash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ctdb/tests/scripts/integration.bash b/ctdb/tests/scripts/integration.bash index 652e4cacb8..b156ca2070 100644 --- a/ctdb/tests/scripts/integration.bash +++ b/ctdb/tests/scripts/integration.bash @@ -528,10 +528,10 @@ daemons_setup () local i for i in $(seq 1 $TEST_LOCAL_DAEMONS) ; do if [ "${CTDB_USE_IPV6}x" != "x" ]; then - echo ::$i >> $nodes + echo ::$i >>"$CTDB_NODES" ip addr add ::$i/128 dev lo else - echo 127.0.0.$i >> $CTDB_NODES + echo 127.0.0.$i >>"$CTDB_NODES" # 2 public addresses on most nodes, just to make things interesting. if [ $(($i - 1)) -ne $no_public_ips ] ; then echo "192.0.2.$i/24 lo" >>"$public_addresses_all" |
