commit ac51614e087279834159667c6f71fffe546cffa6 from: Mark Jamsek date: Wed Feb 15 10:40:04 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 - 4bff57b4b66990d6829cb83645d1f1d478ae0cea commit + ac51614e087279834159667c6f71fffe546cffa6 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'