summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-03-21 13:48:54 -0700
committerJunio C Hamano <gitster@pobox.com>2020-03-21 13:48:54 -0700
commit55a75686061148ea0f9b448cf6e8b0596599eff2 (patch)
tree7c9c6dc0ffa5eab17d0db1bfc7f4bf1ec9b8d880 /t
parentc452dfa3f8c661d93fb3554041d3215628194c48 (diff)
parent2da1b056744dcff1ce23e9ba2ad3dc38fe81e478 (diff)
downloadgit-55a75686061148ea0f9b448cf6e8b0596599eff2.tar.gz
Merge branch 'en/rebase-backend'
Test fix. * en/rebase-backend: t3419: prevent failure when run with EXPENSIVE
Diffstat (limited to 't')
-rwxr-xr-xt/t3419-rebase-patch-id.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3419-rebase-patch-id.sh b/t/t3419-rebase-patch-id.sh
index 94552669ae..d934583776 100755
--- a/t/t3419-rebase-patch-id.sh
+++ b/t/t3419-rebase-patch-id.sh
@@ -91,7 +91,7 @@ do_tests () {
git commit -q -m squashed &&
git checkout -q other^{} &&
test_must_fail git rebase squashed &&
- rm -rf .git/rebase-apply
+ git rebase --quit
'
}