Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
convert.c: correct attr_action()
[gitweb.git]
/
t
/
t3210-pack-refs.sh
diff --git
a/t/t3210-pack-refs.sh
b/t/t3210-pack-refs.sh
index db244d2f8820cf63fd77e91460631009b20e4029..9b182a0c328e9bc6eb1e24a0cbaec47d9fa36b24 100755
(executable)
--- a/
t/t3210-pack-refs.sh
+++ b/
t/t3210-pack-refs.sh
@@
-27,7
+27,7
@@
SHA1=
test_expect_success \
'see if git show-ref works as expected' \
'git branch a &&
- SHA1=
`cat .git/refs/heads/a`
&&
+ SHA1=
$(cat .git/refs/heads/a)
&&
echo "$SHA1 refs/heads/a" >expect &&
git show-ref a >result &&
test_cmp expect result'