commit 66f0e755b3853ac752edb570869940668da7f4b6 from: Stefan Sperling via: Thomas Adam date: Thu Apr 25 14:57:36 2024 UTC fix test dir name commit - 2a58fc49f114494d86fc82b0a2d17836bc309174 commit + 66f0e755b3853ac752edb570869940668da7f4b6 blob - b04cd83f21f1e304ec03c28de75c23c253d1b352 blob + ee1e5cec9976e01bbd4fe71d2375f8f2d4320139 --- regress/cmdline/fetch.sh +++ regress/cmdline/fetch.sh @@ -2021,7 +2021,7 @@ EOF } test_fetch_basic_http() { - local testroot=`test_init fetch_basic` + local testroot=`test_init fetch_basic_http` local testurl=http://127.0.0.1:$GOT_TEST_HTTP_PORT local commit_id=`git_show_head $testroot/repo`