Skip to content

Commit 0c088a0

Browse files
committed
SQUASH??? - <CAPig+cS92W_gYuNsaTvQxiP3xBK7Wpg0__uVkgAU1x0OFJUZgQ@mail.gmail.com>
1 parent 1ab6795 commit 0c088a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

t/t3418-rebase-continue.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,14 @@ test_expect_success '--continue creates merge commit after empty resolution' '
125125
git add main.txt &&
126126
test_tick &&
127127
git commit --no-edit &&
128-
FAKE_LINES="1 2 3 5 6 7 8 9 10 11" &&
129-
export FAKE_LINES &&
130-
test_must_fail git rebase -ir main &&
128+
129+
test_must_fail env FAKE_LINES="1 2 3 5 6 7 8 9 10 11" \
130+
git rebase -ir main &&
131131
echo side1 >main.txt &&
132132
git add main.txt &&
133133
git rebase --continue &&
134134
git log --merges >out &&
135-
test_grep "Merge branch '\''rebase_i_merge_side'\''" out
135+
test_grep "Merge branch .rebase_i_merge_side." out
136136
'
137137

138138
test_expect_success '--skip after failed fixup cleans commit message' '

0 commit comments

Comments
 (0)