From ecdd9147cfc15ff57a0005f86cf70b2754fe053c Mon Sep 17 00:00:00 2001 From: Mehrdad Afshari Date: Wed, 7 Feb 2018 11:46:44 -0800 Subject: Fix run_with_poller.sh to pass shellcheck --- test/core/util/run_with_poller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/core/util') diff --git a/test/core/util/run_with_poller.sh b/test/core/util/run_with_poller.sh index 05791457a2..382a63e8ae 100755 --- a/test/core/util/run_with_poller.sh +++ b/test/core/util/run_with_poller.sh @@ -16,4 +16,4 @@ set -ex export GRPC_POLL_STRATEGY=$1 shift -$@ +"$@" -- cgit v1.2.3