aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-09-23 10:35:05 -0700
committerJunio C Hamano <gitster@pobox.com>2024-09-23 10:35:05 -0700
commit31a17429c0d1dab2ed99694ce0df14d21a6197f2 (patch)
treecf0502b82752948ba748679c1230ba60185f2f10
parent3eb66799593f3676d85ca66f9e3192a7db603805 (diff)
parente1e0d305c417448753162129f694afa9f183c03e (diff)
downloadgit-31a17429c0d1dab2ed99694ce0df14d21a6197f2.tar.gz
Merge branch 'jc/t5512-sigpipe-fix'
Test fix. * jc/t5512-sigpipe-fix: t5512.40 sometimes dies by SIGPIPE
-rwxr-xr-xt/t5512-ls-remote.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/t5512-ls-remote.sh b/t/t5512-ls-remote.sh
index d64b40e408..64b3491e4e 100755
--- a/t/t5512-ls-remote.sh
+++ b/t/t5512-ls-remote.sh
@@ -406,6 +406,7 @@ test_expect_success 'v0 clients can handle multiple symrefs' '
test_expect_success 'helper with refspec capability fails gracefully' '
mkdir test-bin &&
write_script test-bin/git-remote-foo <<-EOF &&
+ read capabilities
echo import
echo refspec ${SQ}*:*${SQ}
EOF