aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mehrdada@users.noreply.github.com>2018-02-08 15:15:14 -0800
committerGravatar GitHub <noreply@github.com>2018-02-08 15:15:14 -0800
commit6ec9bb87620ab165481ef5572ee06b351f415966 (patch)
tree57f1937d2c2063e074f11ca08b3e1f180c8332f8 /test/core/util
parentbf19c3332161b26f3942ed7b3a711bdc4dd923bc (diff)
parent35bace9b625145469cedb07ef118b6f46722c09f (diff)
Merge pull request #14360 from mehrdada/shellcheck-slash-test
Enforce shellcheck on scripts under /test/
Diffstat (limited to 'test/core/util')
-rwxr-xr-xtest/core/util/fuzzer_one_entry_runner.sh2
-rwxr-xr-xtest/core/util/run_with_poller.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/core/util/fuzzer_one_entry_runner.sh b/test/core/util/fuzzer_one_entry_runner.sh
index 2634a1b3a9..7c471afcc2 100755
--- a/test/core/util/fuzzer_one_entry_runner.sh
+++ b/test/core/util/fuzzer_one_entry_runner.sh
@@ -15,4 +15,4 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-$1 $2
+"$1" "$2"
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
-$@
+"$@"