Commit a5e55564f58b7d68b6e454d83114e367ad1520e3

Stefan Sperling 2019-06-10T11:33:29

fix sandbox name used by test_update_bumps_base_commit_id

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/regress/cmdline/update.sh b/regress/cmdline/update.sh
index a6dc4ac..1df093a 100755
--- a/regress/cmdline/update.sh
+++ b/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="$?"