Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
l10n: fr.po v2.3.0 round 2
[gitweb.git]
/
t
/
t5004-archive-corner-cases.sh
diff --git
a/t/t5004-archive-corner-cases.sh
b/t/t5004-archive-corner-cases.sh
index 83d20c4ba9640fff27777917da0342940c33e0e3..305bcac6b765111106887d4d24d99657c0554b5b 100755
(executable)
--- a/
t/t5004-archive-corner-cases.sh
+++ b/
t/t5004-archive-corner-cases.sh
@@
-113,9
+113,4
@@
test_expect_success 'archive empty subtree by direct pathspec' '
check_dir extract sub
'
-test_expect_success 'archive applies umask even for pax headers' '
- git archive --format=tar HEAD >archive.tar &&
- ! grep 0666 archive.tar
-'
-
test_done