There was an error while loading. Please reload this page.
1 parent b7a685f commit 99c602cCopy full SHA for 99c602c
tests/util/init.sh
@@ -14,9 +14,6 @@ init.common_init "$REPO_ROOT"
14
# Rather than append '$REPO_ROOT/bin' to the path, create functions with
15
# the same name. This way, the shell execution context remains the same, which
16
# 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
20
source "$REPO_ROOT/pkg/src/bin/basalt-package-init.sh"
21
source "$REPO_ROOT/pkg/src/bin/basalt.sh"
22
basalt-package-init() { main.basalt-package-init "$@"; }
0 commit comments