Skip to content

Commit 8415004

Browse files
committed
declare test helper to be linted as bash
1 parent f23911b commit 8415004

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_helper.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# shellcheck shell=bash
2+
13
EXAMPLE_PACKAGE_DIR="$BATS_TMPDIR/example_package"
24
TEST_BASENAME="$(basename "$BATS_TEST_DIRNAME")"
35
# TODO: Should this just be $(dirname ...) ?

0 commit comments

Comments
 (0)