mirror of
https://github.com/git/git.git
synced 2026-03-14 02:43:25 +01:00
Merge branch 'lj/refs' into next
* lj/refs: Remove bashism from t3210-pack-refs.sh
This commit is contained in:
@@ -23,7 +23,7 @@ SHA1=
|
||||
test_expect_success \
|
||||
'see if git show-ref works as expected' \
|
||||
'git-branch a &&
|
||||
SHA1=$(< .git/refs/heads/a) &&
|
||||
SHA1=`cat .git/refs/heads/a` &&
|
||||
echo "$SHA1 refs/heads/a" >expect &&
|
||||
git-show-ref a >result &&
|
||||
diff expect result'
|
||||
|
||||
Reference in New Issue
Block a user