Skip to content

Commit 99c602c

Browse files
committed
test: Remove extraneous sourcing
1 parent b7a685f commit 99c602c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/util/init.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ init.common_init "$REPO_ROOT"
1414
# Rather than append '$REPO_ROOT/bin' to the path, create functions with
1515
# the same name. This way, the shell execution context remains the same, which
1616
# allows us to actually mock functions
17-
for f in "$REPO_ROOT"/pkg/src/bin/?*.sh; do
18-
source "$f"
19-
done; unset -v f
2017
source "$REPO_ROOT/pkg/src/bin/basalt-package-init.sh"
2118
source "$REPO_ROOT/pkg/src/bin/basalt.sh"
2219
basalt-package-init() { main.basalt-package-init "$@"; }

0 commit comments

Comments
 (0)