3 # Copyright (c) 2005 Junio C Hamano
6 test_description
='git apply --stat --summary test.
13 'git apply --stat --summary <../t4100/t-apply-1.patch >current &&
14 git diff ../t4100/t-apply-1.expect current'
18 'git apply --stat --summary <../t4100/t-apply-2.patch >current &&
19 git diff ../t4100/t-apply-2.expect current'
23 'git apply --stat --summary <../t4100/t-apply-3.patch >current &&
24 git diff ../t4100/t-apply-3.expect current'
28 'git apply --stat --summary <../t4100/t-apply-4.patch >current &&
29 git diff ../t4100/t-apply-4.expect current'
33 'git apply --stat --summary <../t4100/t-apply-5.patch >current &&
34 git diff ../t4100/t-apply-5.expect current'
38 'git apply --stat --summary <../t4100/t-apply-6.patch >current &&
39 git diff ../t4100/t-apply-6.expect current'
43 'git apply --stat --summary <../t4100/t-apply-7.patch >current &&
44 git diff ../t4100/t-apply-7.expect current'