Skip to content

Commit e4882aa

Browse files
committed
Fix shellcheck false positive
1 parent 531be12 commit e4882aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test-plugins.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ repodir="${REPODIR:-"$(git rev-parse --show-toplevel)"}"
77
tempdir="$(mktemp --tmpdir --directory linuxdeploy-misc-plugin-XXXXX)"
88

99
_cleanup() {
10+
# shellcheck disable=SC2317
1011
[[ -d "$tempdir" ]] && rm -r "$tempdir"
1112
}
1213
trap _cleanup EXIT

0 commit comments

Comments
 (0)