commit 678d8c1fe20f1eab5a3568135b24f00c9d22c33c from: Stefan Sperling date: Fri Sep 10 20:55:39 2021 UTC fix name of temporary directory used by test_fetch_delete_remote_refs commit - 9b21d88f61e513f669fbf1baca728bc2b5da0e00 commit + 678d8c1fe20f1eab5a3568135b24f00c9d22c33c blob - 4ab298826774e6ae66aff58e4be6081d5d497b54 blob + e0587383f411d35c4be341e74b562fba63fbfbf8 --- regress/cmdline/fetch.sh +++ regress/cmdline/fetch.sh @@ -1091,7 +1091,7 @@ EOF } test_fetch_delete_remote_refs() { - local testroot=`test_init fetch_basic` + local testroot=`test_init fetch_delete_remote_refs` local testurl=ssh://127.0.0.1/$testroot local commit_id=`git_show_head $testroot/repo`