From 1ed6523e834b16e79b39bd58edf658dabf016bd0 Mon Sep 17 00:00:00 2001 From: Rob Bavey Date: Fri, 29 May 2020 12:12:41 -0400 Subject: [PATCH] Fix typo Fixes #11942 --- qa/integration/services/helpers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/integration/services/helpers.sh b/qa/integration/services/helpers.sh index 0893a31c5..1e1d82265 100644 --- a/qa/integration/services/helpers.sh +++ b/qa/integration/services/helpers.sh @@ -23,7 +23,7 @@ wait_for_port() { } test_port() { - if command -v ncd 2>/dev/null; then + if command -v nc 2>/dev/null; then test_port_nc "$1" else test_port_ruby "$1"