File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ basalt.package-load() {
18
18
fi
19
19
shopt -s nullglob
20
20
21
- # TODO: Use array expand glob so no need to shopt -s nullglob at end to make this cleaner
21
+ # This can be made cleaner with glob expansion in arrays, but the code is fine as it is
22
22
local __basalt_site= __basalt_repository_owner= __basalt_package=
23
23
if [ -d " $BASALT_PACKAGE_DIR " /.basalt/packages ]; then
24
24
for __basalt_site in " $BASALT_PACKAGE_DIR " /.basalt/packages/* /; do
Original file line number Diff line number Diff line change 2
2
3
3
load ' ./util/init.sh'
4
4
5
- # TODO: setup file
6
- setup () {
7
- ensure.cd " $BATS_TEST_TMPDIR "
8
-
5
+ setup_file () {
9
6
# this affects lines=($output) # TODO Bats 1.5 remove
10
7
shopt -u nullglob
11
8
test_util.stub_command ' do-install'
You can’t perform that action at this time.
0 commit comments