Skip to content

Commit 2915045

Browse files
Update src/runner.sh
Co-authored-by: Koichi Murase <myoga.murase@gmail.com>
1 parent 81d47c4 commit 2915045

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ function bashunit::runner::parse_data_provider_args() {
311311
fi
312312
done
313313
# Print one arg per line to stdout, base64-encoded to preserve newlines in the data
314-
local arg=""
314+
local arg
315315
for arg in ${args+"${args[@]}"}; do
316316
encoded_arg="$(bashunit::helper::encode_base64 "${arg}")"
317317
printf '%s\n' "$encoded_arg"

0 commit comments

Comments
 (0)