Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t1410: fix breakage on case-insensitive filesystems
[gitweb.git]
/
t
/
t5001-archive-attr.sh
diff --git
a/t/t5001-archive-attr.sh
b/t/t5001-archive-attr.sh
index 51dedab29b682749990fb29a3f11134a2629f941..b04d955bfa8229a9c864ad53d1f9f1ec06260637 100755
(executable)
--- a/
t/t5001-archive-attr.sh
+++ b/
t/t5001-archive-attr.sh
@@
-68,7
+68,7
@@
test_expect_missing worktree2/ignored-by-worktree
test_expect_success 'git archive vs. bare' '
(cd bare && git archive HEAD) >bare-archive.tar &&
- test_cmp archive.tar bare-archive.tar
+ test_cmp
_bin
archive.tar bare-archive.tar
'
test_expect_success 'git archive with worktree attributes, bare' '