diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-09-23 10:35:05 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-09-23 10:35:05 -0700 |
| commit | 31a17429c0d1dab2ed99694ce0df14d21a6197f2 (patch) | |
| tree | cf0502b82752948ba748679c1230ba60185f2f10 | |
| parent | 3eb66799593f3676d85ca66f9e3192a7db603805 (diff) | |
| parent | e1e0d305c417448753162129f694afa9f183c03e (diff) | |
| download | git-31a17429c0d1dab2ed99694ce0df14d21a6197f2.tar.gz | |
Merge branch 'jc/t5512-sigpipe-fix'
Test fix.
* jc/t5512-sigpipe-fix:
t5512.40 sometimes dies by SIGPIPE
| -rwxr-xr-x | t/t5512-ls-remote.sh | 1 |
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 |
