commit 4ba9c4f6a07eade0d8b44f9d8e0b2dfa463fdbd2 from: Stefan Sperling date: Thu Jul 11 20:43:29 2019 UTC fix wrong sandbox name used by a rebase test commit - 787c8eb6b259591b756da4d79fa8f17a315a3710 commit + 4ba9c4f6a07eade0d8b44f9d8e0b2dfa463fdbd2 blob - 85d37b8ca42e47ce78f77944ec3a3b39ec28f503 blob + f3ebf5179a903e981856e11706397cc83b0b9a50 --- regress/cmdline/rebase.sh +++ 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)