fixtures/scripts/push-and-pull.sh in zold-0.6.4 vs fixtures/scripts/push-and-pull.sh in zold-0.7

- old
+ new

@@ -1,10 +1,10 @@ #!/bin/bash set -x set -e shopt -s expand_aliases -alias zold="$1 --ignore-global-config --trace --ignore-this-stupid-option" +alias zold="$1 --ignore-global-config --trace --ignore-this-stupid-option --network=test" port=`python -c 'import socket; s=socket.socket(); s.bind(("", 0)); print(s.getsockname()[1]); s.close()'` mkdir server cd server