Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Let core.attributesfile default to $XDG_CONFIG_HOME/git/attributes
[gitweb.git]
/
t
/
t1050-large.sh
diff --git
a/t/t1050-large.sh
b/t/t1050-large.sh
index 9db54b56bc08601defe3389e647a5b40c931532c..55ed955ceffee9184b5822054697f58e7d0ef6a4 100755
(executable)
--- a/
t/t1050-large.sh
+++ b/
t/t1050-large.sh
@@
-142,4
+142,8
@@
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