From 5bfbacd90c076a51102dff70ac34b250cc2d72f3 Mon Sep 17 00:00:00 2001 From: Gregor Haas Date: Mon, 17 Jun 2024 17:06:55 -0700 Subject: [PATCH] oops --- scripts/ci/test-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/test-setup.sh b/scripts/ci/test-setup.sh index 1b45506ce..41ed0d1a2 100755 --- a/scripts/ci/test-setup.sh +++ b/scripts/ci/test-setup.sh @@ -122,7 +122,7 @@ function stop_record_tty { } function wait_for { - if [[ "$#" -ne 1 ];; then + if [[ "$#" -ne 1 ]]; then echo "usage: wait_for [pattern]" exit 1 fi