summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2018-05-23 14:38:09 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-05-23 14:38:09 +0900
commit67b878eba14de15bac927bdfa39c2b71ab68fa70 (patch)
treedbfef2cd83654fc7861c316a286a255a7dda4014
parentThe fifth batch for 2.18 (diff)
parentt5512: run git fetch inside test (diff)
downloadtgif-67b878eba14de15bac927bdfa39c2b71ab68fa70.tar.xz
Merge branch 'hn/sort-ls-remote'
Hotfix. * hn/sort-ls-remote: t5512: run git fetch inside test
-rwxr-xr-xt/t5512-ls-remote.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5512-ls-remote.sh b/t/t5512-ls-remote.sh
index 83cd35c391..6a949484d0 100755
--- a/t/t5512-ls-remote.sh
+++ b/t/t5512-ls-remote.sh
@@ -206,8 +206,8 @@ test_expect_success 'overrides work between mixed transfer/upload-pack hideRefs'
grep refs/tags/magic actual
'
-git fetch origin
test_expect_success 'ls-remote --symref' '
+ git fetch origin &&
cat >expect <<-EOF &&
ref: refs/heads/master HEAD
$(git rev-parse HEAD) HEAD