test_helper: make lib loading default

Make library loading overridable default for all tests, up through "seach".
pull/2033/head
John D Pell 2022-01-12 10:20:21 -08:00 committed by John D Pell
parent c893be3594
commit 93a05ccb64
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ function setup_libs() {
} }
function local_setup_file() { function local_setup_file() {
true setup_libs "search" # overridable default
} }
function local_setup() { function local_setup() {