X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=t%2Ftest-lib-functions.sh;fp=t%2Ftest-lib-functions.sh;h=c9b30bab1b67ccf0e4977f6230edcc3a1c454a01;hb=4a1baacd4680e27226892706c7a3fd1e22504572;hp=796093a7b32f983a558d8ef6ea2f406c8edd70da;hpb=c48035d29b4e524aed3a32f0403676f0d9128863;p=thirdparty%2Fgit.git diff --git a/t/test-lib-functions.sh b/t/test-lib-functions.sh index 796093a7b3..c9b30bab1b 100644 --- a/t/test-lib-functions.sh +++ b/t/test-lib-functions.sh @@ -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