commit a56c54fba369ff02d8234e7a81284a5216cc89bd from: Stefan Sperling via: Thomas Adam date: Thu Sep 14 07:51:19 2023 UTC fix test_send_config test directory name commit - d8bf4f258cbea84e319b0ed044224aaac37a085c commit + a56c54fba369ff02d8234e7a81284a5216cc89bd 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`