Commit 4ba9c4f6a07eade0d8b44f9d8e0b2dfa463fdbd2

Stefan Sperling 2019-07-11T22:43:29

fix wrong sandbox name used by a rebase test

1
2
3
4
5
6
7
8
9
10
11
12
13
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)