aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2018-02-07 11:46:44 -0800
committerGravatar Mehrdad Afshari <mmx@google.com>2018-02-07 11:46:44 -0800
commitecdd9147cfc15ff57a0005f86cf70b2754fe053c (patch)
tree043f7597678b91b03ef856d4768262312a38a4c1 /test/core/util
parenta6ac5b3ddcae2fa5ec619dcd0acc28f1f7462839 (diff)
Fix run_with_poller.sh to pass shellcheck
Diffstat (limited to 'test/core/util')
-rwxr-xr-xtest/core/util/run_with_poller.sh2
1 files changed, 1 insertions, 1 deletions
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
-$@
+"$@"