Skip to content

Commit c5ecd65

Browse files
committed
test: Fix tests due to renamed directory
1 parent d8d8a79 commit c5ecd65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/util/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test_util.get_repo_root
1414
REPO_ROOT="$REPLY"
1515

1616
# Source Basalt
17-
for f in "$REPO_ROOT"/pkg/lib/{cmd,commands,source,util}/?*.sh; do
17+
for f in "$REPO_ROOT"/pkg/lib/{cmd,commands,public,util}/?*.sh; do
1818
source "$f"
1919
done; unset f
2020

0 commit comments

Comments
 (0)