Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
t1304: abstract away SHA-1-specific constants
author
brian m. carlson
<sandals@crustytoothpaste.net>
Sun, 25 Mar 2018 19:20:47 +0000
(19:20 +0000)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 26 Mar 2018 22:10:48 +0000
(15:10 -0700)
Adjust the test so that it uses the $EMPTY_BLOB value instead of
hard-coding the hash.
Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1304-default-acl.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
d47125d
)
diff --git
a/t/t1304-default-acl.sh
b/t/t1304-default-acl.sh
index f5422f1d33f5eac98e6f56ec4bf05f3f8d4c8be2..335d3f3211aa874fd3a8e0d0006dd9fc53a4e589 100755
(executable)
--- a/
t/t1304-default-acl.sh
+++ b/
t/t1304-default-acl.sh
@@
-54,7
+54,7
@@
test_expect_success SETFACL 'Setup test repo' '
test_expect_success SETFACL 'Objects creation does not break ACLs with restrictive umask' '
# SHA1 for empty blob
- check_perms_and_acl .git/objects/
e6/9de29bb2d1d6434b8b29ae775ad8c2e48c5391
+ check_perms_and_acl .git/objects/
$(echo $EMPTY_BLOB | sed -e "s,^\(..\),\1/,")
'
test_expect_success SETFACL 'git gc does not break ACLs with restrictive umask' '