Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint-1.6.0' into maint-1.6.1
[gitweb.git]
/
t
/
t4252-am-options.sh
diff --git
a/t/t4252-am-options.sh
b/t/t4252-am-options.sh
index 1a1946dd97659a6e8c3c70075721391ee7490938..3ab9e8e6e3635ce54b19cec7987ab976fd994309 100755
(executable)
--- 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