proot/test/test-socket02.sh
2019-12-19 15:37:02 -05:00

10 lines
161 B
Bash

#!/bin/sh
# Skip test when run on Travis, as it doesn't support IPv6
if [ "${TRAVIS}" ]; then
exit 125;
fi
cd sockets || exit 125
sh testtcpsocketipv6.sh