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