X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=t%2Ft5512-ls-remote.sh;h=43e1d8d4d2a45c5cff87d64b32ccc2814f5579e3;hb=f45f88b2e483649cd063a7dc7826c03025683e56;hp=e3c4a48c8536e46e0aa36b4d862b3876617335a4;hpb=292a0de9982aff5e4f952214c1b9f762d8a1585a;p=thirdparty%2Fgit.git diff --git a/t/t5512-ls-remote.sh b/t/t5512-ls-remote.sh index e3c4a48c85..43e1d8d4d2 100755 --- a/t/t5512-ls-remote.sh +++ b/t/t5512-ls-remote.sh @@ -267,8 +267,7 @@ test_expect_success 'ls-remote --symref omits filtered-out matches' ' ' test_lazy_prereq GIT_DAEMON ' - test_tristate GIT_TEST_GIT_DAEMON && - test "$GIT_TEST_GIT_DAEMON" != false + git env--helper --type=bool --default=true --exit-code GIT_TEST_GIT_DAEMON ' # This test spawns a daemon, so run it only if the user would be OK with