]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/test-lib-functions.sh
env-helper: move this built-in to "test-tool env-helper"
[thirdparty/git.git] / t / test-lib-functions.sh
index 796093a7b32f983a558d8ef6ea2f406c8edd70da..c9b30bab1b67ccf0e4977f6230edcc3a1c454a01 100644 (file)
@@ -1422,7 +1422,7 @@ test_bool_env () {
                BUG "test_bool_env requires two parameters (variable name and default value)"
        fi
 
-       git env--helper --type=bool --default="$2" --exit-code "$1"
+       test-tool env-helper --type=bool --default="$2" --exit-code "$1"
        ret=$?
        case $ret in
        0|1)    # unset or valid bool value