Skip to content

Commit ba54094

Browse files
authored
Merge pull request #3827 from alexandear/hack-test-unbound
hack/test-templates.sh: fix LIMACTL_CREATE_ARGS: unbound variable
2 parents 379bdcb + 79f8290 commit ba54094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/test-templates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ fi
163163

164164
set -x
165165
# shellcheck disable=SC2086
166-
"${LIMACTL_CREATE[@]}" ${LIMACTL_CREATE_ARGS} "$FILE_HOST"
166+
"${LIMACTL_CREATE[@]}" ${LIMACTL_CREATE_ARGS:-} "$FILE_HOST"
167167
set +x
168168

169169
if [[ -n ${CHECKS["mount-path-with-spaces"]} ]]; then

0 commit comments

Comments
 (0)