commit fa9997e790c81002782c0bb2747fa2050576dbb3 from: Stefan Sperling date: Wed Sep 13 20:12:37 2023 UTC fix test_send_config test directory name commit - 62eab86e6a1d5aea8a1bf90999c3c058b9aedd07 commit + fa9997e790c81002782c0bb2747fa2050576dbb3 blob - 039969d0a73f3e098fb5b034b25b18a4223036f4 blob + 95122a61da8bdfe16b530a54988fda3e5870a4ee --- regress/cmdline/send.sh +++ regress/cmdline/send.sh @@ -1473,7 +1473,7 @@ EOF } test_send_config() { - local testroot=`test_init send_fetch_conf` + local testroot=`test_init send_config` local testurl=ssh://127.0.0.1/$testroot local commit_id=`git_show_head $testroot/repo`