My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e8316c
)
update test case to protect am --skip behaviour
author
Olivier Marin
<dkr@freesurf.fr>
Thu, 24 Jul 2008 12:44:40 +0000
(14:44 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 25 Jul 2008 06:09:09 +0000
(23:09 -0700)
Signed-off-by: Olivier Marin <dkr@freesurf.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4151-am-abort.sh
patch
|
blob
|
history
diff --git
a/t/t4151-am-abort.sh
b/t/t4151-am-abort.sh
index
f45ab0a
..
7d86cdf
100755
(executable)
--- a/
t/t4151-am-abort.sh
+++ b/
t/t4151-am-abort.sh
@@
-17,6
+17,8
@@
test_expect_success setup '
for i in 2 3 4 5 6
do
echo $i >>file-1 &&
+ echo $i >otherfile-$i &&
+ git add otherfile-$i &&
test_tick &&
git commit -a -m $i || break
done &&