Skip to content

Commit 55a7568

Browse files
committed
Merge branch 'en/rebase-backend'
Test fix. * en/rebase-backend: t3419: prevent failure when run with EXPENSIVE
2 parents c452dfa + 2da1b05 commit 55a7568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3419-rebase-patch-id.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ do_tests () {
9191
git commit -q -m squashed &&
9292
git checkout -q other^{} &&
9393
test_must_fail git rebase squashed &&
94-
rm -rf .git/rebase-apply
94+
git rebase --quit
9595
'
9696
}
9797

0 commit comments

Comments
 (0)