Commit 461aee03b5f615d3fb11add47137103d3003b61e

Stefan Sperling 2019-06-29T23:26:06

fix test sandbox name

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/regress/cmdline/commit.sh b/regress/cmdline/commit.sh
index 085d355..e061427 100755
--- a/regress/cmdline/commit.sh
+++ b/regress/cmdline/commit.sh
@@ -214,7 +214,7 @@ function test_commit_added_subdirs {
 }
 
 function test_commit_rejects_conflicted_file {
-	local testroot=`test_init update_rejects_conflicted_file`
+	local testroot=`test_init commit_rejects_conflicted_file`
 
 	local initial_rev=`git_show_head $testroot/repo`