Commit Diff


commit - e1d27370ef5a6da06bbda0fc78bf629f1cb3ccd3
commit + 4c662b1dc9113e3f0bbf38b33e085977f6452e27
blob - 94c4666f4c3fa7f4e45eecdd414195948ed5958b
blob + 8c612fafa7e7fd1f96dfce1527ee0b2f621e0f8c
--- regress/cmdline/histedit.sh
+++ regress/cmdline/histedit.sh
@@ -1414,7 +1414,7 @@ test_histedit_duplicate_commit_in_script() {
 # if a previous commit introduces a new file, and it is folded into a commit
 # that deletes the same file, the file still exists after the histedit
 test_histedit_fold_add_delete() {
-	local testroot=`test_init histedit_fold`
+	local testroot=`test_init histedit_fold_add_delete`
 
 	local orig_commit=`git_show_head $testroot/repo`