fix wrong sandbox name used by a rebase test
diff --git a/regress/cmdline/rebase.sh b/regress/cmdline/rebase.sh
index 85d37b8..f3ebf51 100755
--- a/regress/cmdline/rebase.sh
+++ b/regress/cmdline/rebase.sh
@@ -493,7 +493,7 @@ function test_rebase_no_op_change {
}
function test_rebase_in_progress {
- local testroot=`test_init rebase_no_op_change`
+ local testroot=`test_init rebase_in_progress`
local init_commit=`git_show_head $testroot/repo`
(cd $testroot/repo && git checkout -q -b newbranch)