summaryrefslogtreecommitdiff
path: root/t/t4151-am-abort.sh
diff options
context:
space:
mode:
authorOlivier Marin <dkr@freesurf.fr>2008-07-24 12:44:40 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-07-25 06:09:09 (GMT)
commit9944d1a0e4ce741b07248b95fff2f506b5f1729c (patch)
treea9516c212c317793073c79f11475e849618d2c52 /t/t4151-am-abort.sh
parent0e8316cc16f1a938c36f12f5fcae4a081b6ec6ff (diff)
downloadgit-9944d1a0e4ce741b07248b95fff2f506b5f1729c.zip
git-9944d1a0e4ce741b07248b95fff2f506b5f1729c.tar.gz
git-9944d1a0e4ce741b07248b95fff2f506b5f1729c.tar.bz2
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>
Diffstat (limited to 't/t4151-am-abort.sh')
-rwxr-xr-xt/t4151-am-abort.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t4151-am-abort.sh b/t/t4151-am-abort.sh
index f45ab0a..7d86cdf 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 &&