Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git on Mac OS and precomposed unicode
[gitweb.git]
/
t
/
t1050-large.sh
diff --git
a/t/t1050-large.sh
b/t/t1050-large.sh
index fe475542f5f871cee836e756e3202b597f5c0e34..55ed955ceffee9184b5822054697f58e7d0ef6a4 100755
(executable)
--- a/
t/t1050-large.sh
+++ b/
t/t1050-large.sh
@@
-138,4
+138,12
@@
test_expect_success 'tar achiving' '
git archive --format=tar HEAD >/dev/null
'
+test_expect_success 'zip achiving, store only' '
+ git archive --format=zip -0 HEAD >/dev/null
+'
+
+test_expect_success 'zip achiving, deflate' '
+ git archive --format=zip HEAD >/dev/null
+'
+
test_done