From 9944d1a0e4ce741b07248b95fff2f506b5f1729c Mon Sep 17 00:00:00 2001 From: Olivier Marin Date: Thu, 24 Jul 2008 14:44:40 +0200 Subject: [PATCH] update test case to protect am --skip behaviour Signed-off-by: Olivier Marin Signed-off-by: Junio C Hamano --- t/t4151-am-abort.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/t4151-am-abort.sh b/t/t4151-am-abort.sh index f45ab0a2e8..7d86cdff64 100755 --- 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 && -- 2.11.4.GIT