diff options
Diffstat (limited to 't')
-rwxr-xr-x | t/t4252-am-options.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t4252-am-options.sh b/t/t4252-am-options.sh index 1a1946dd97..3ab9e8e6e3 100755 --- a/t/t4252-am-options.sh +++ b/t/t4252-am-options.sh @@ -45,7 +45,6 @@ test_expect_success 'interrupted am -C1 -p2' ' rm -rf .git/rebase-apply && git reset --hard initial && test_must_fail git am -p2 -C1 "$tm"/am-test-4-? && - cat .git/rebase-apply/apply_opt_extra && git am --skip && grep 3 file-1 && grep "^Three$" file-2 |