Commit Diff
- Commit:
ac51614e087279834159667c6f71fffe546cffa6
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
- Message:
- 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.
- Actions:
- Patch | Tree
--- 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'