aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-02-08 15:37:12 -0800
committerGravatar Vijay Pai <vpai@google.com>2018-02-08 15:37:12 -0800
commita54d81ebc234c994dbaf2beaf163edc9eeedadd4 (patch)
tree87c829efd55b22b94899e37573ce5525ab7458cd /test/core/util
parent0693b72b7fdf7927ad120319ce53b4cf78cc11c9 (diff)
parent0819ff56f5b7bed6a351db8913d7bb75be0e4d95 (diff)
Merge branch 'master' into gpr_review
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
-$@
+"$@"