commit 0c66b6d46b821eff201e33458c906e6e2de1c62e from: Mark Jamsek via: Thomas Adam date: Fri Feb 17 16:23:18 2023 UTC keep regress testname copypasta fix from 2a19e2e21a s/fetch_branch/fetch_honor_wt_conf_bflag so we don't report the wrong test in the case of failure. The incorrect testname was introduced in 1cb79834ea as the result of too much copypasta. It was subsequently fixed in 2a19e2e21a but then backed-out. commit - 7917d6d59bbefd910c6facb73b6deaaa17ab7399 commit + 0c66b6d46b821eff201e33458c906e6e2de1c62e blob - b5089c370c1eb445b14ae243faad7fb9fefbb907 blob + 8062d38d224c6522d74df4b1b340812e982c72b3 --- regress/cmdline/fetch.sh +++ regress/cmdline/fetch.sh @@ -1426,7 +1426,7 @@ test_fetch_delete_remote_refs() { } test_fetch_honor_wt_conf_bflag() { - local testroot=`test_init fetch_branch` + local testroot=`test_init fetch_honor_wt_conf_bflag` local testurl=ssh://127.0.0.1/$testroot # server will have 'boo', 'hoo', and 'master'