commit a5e55564f58b7d68b6e454d83114e367ad1520e3 from: Stefan Sperling date: Mon Jun 10 09:33:29 2019 UTC fix sandbox name used by test_update_bumps_base_commit_id commit - 30db809c8a78b73916532d9a3f1c244ffd1c44df commit + a5e55564f58b7d68b6e454d83114e367ad1520e3 blob - a6dc4acd563e401fed61b1f013cbce3d46f87330 blob + 1df093a055d1733c21aa7c17bfa1d067351715d6 --- regress/cmdline/update.sh +++ regress/cmdline/update.sh @@ -1427,7 +1427,7 @@ function test_update_to_commit_on_wrong_branch { } function test_update_bumps_base_commit_id { - local testroot=`test_init update_to_commit_on_wrong_branch` + local testroot=`test_init update_bumps_base_commit_id` got checkout $testroot/repo $testroot/wt > /dev/null ret="$?"