fixtures/scripts/push-and-pull.sh in zold-0.16.20 vs fixtures/scripts/push-and-pull.sh in zold-0.16.21
- old
+ new
@@ -3,19 +3,19 @@
port=$(reserve_port)
mkdir server
cd server
zold node --trace --invoice=PUSHNPULL@ffffffffffffffff \
- --host=localhost --port=${port} --bind-port=${port} \
+ --host=127.0.0.1 --port=${port} --bind-port=${port} \
--threads=0 --standalone &
pid=$!
trap "halt_nodes ${port}" EXIT
cd ..
wait_for_port ${port}
zold remote clean
-zold remote add localhost ${port}
+zold remote add 127.0.0.1 ${port}
zold remote trim
zold remote show
zold --public-key=id_rsa.pub create 0000000000000000
target=$(zold create --public-key=id_rsa.pub)