#!/bin/sh . "${0%/*}/testlib.sh" # Skip this test if tools are missing which nc >/dev/null || exit 77 if [ "$(uname)" = "Darwin" ]; then alias timeout=gtimeout fi which timeout >/dev/null || exit 77 # Initialize two nodes $tinc $c1 <