update test case to protect am --skip behaviour
Signed-off-by: Olivier Marin <dkr@freesurf.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
0e8316cc16
commit
9944d1a0e4
@ -17,6 +17,8 @@ test_expect_success setup '
|
|||||||
for i in 2 3 4 5 6
|
for i in 2 3 4 5 6
|
||||||
do
|
do
|
||||||
echo $i >>file-1 &&
|
echo $i >>file-1 &&
|
||||||
|
echo $i >otherfile-$i &&
|
||||||
|
git add otherfile-$i &&
|
||||||
test_tick &&
|
test_tick &&
|
||||||
git commit -a -m $i || break
|
git commit -a -m $i || break
|
||||||
done &&
|
done &&
|
||||||
|
Loading…
Reference in New Issue
Block a user