fix test sandbox name
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`