Signed-off-by: Michael Haggerty <mhagger@xxxxxxxxxxxx> --- t/t3404-rebase-interactive.sh | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/t/t3404-rebase-interactive.sh b/t/t3404-rebase-interactive.sh index 073674f..236d698 100755 --- a/t/t3404-rebase-interactive.sh +++ b/t/t3404-rebase-interactive.sh @@ -23,7 +23,7 @@ set_fake_editor # I (branch2) # # where B, D and G touch the same file. In addition, set tags at -# points A, F, and I. +# points A, E, F, H, and I. test_expect_success 'setup' ' : > file1 && @@ -45,6 +45,7 @@ test_expect_success 'setup' ' git add file3 && test_tick && git commit -m E && + git tag E && git checkout -b branch1 A && : > file4 && git add file4 && @@ -58,6 +59,7 @@ test_expect_success 'setup' ' git add file5 && test_tick && git commit -m H && + git tag H && git checkout -b branch2 F && : > file6 && git add file6 && -- 1.6.5.4 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html