Fixes #11942
This commit is contained in:
Rob Bavey 2020-05-29 12:12:41 -04:00 committed by Robert Bavey
parent 8cce2091d3
commit 1ed6523e83

View file

@ -23,7 +23,7 @@ wait_for_port() {
} }
test_port() { test_port() {
if command -v ncd 2>/dev/null; then if command -v nc 2>/dev/null; then
test_port_nc "$1" test_port_nc "$1"
else else
test_port_ruby "$1" test_port_ruby "$1"