Skip to content

Commit 5b4ca8a

Browse files
committed
test_helper: make lib loading default
Make library loading overridable default for all tests, up through "seach".
1 parent 138a442 commit 5b4ca8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_helper.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function setup_libs() {
6666
}
6767

6868
function local_setup_file() {
69-
true
69+
setup_libs "search" # overridable default
7070
}
7171

7272
function local_setup() {

0 commit comments

Comments
 (0)