]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ls/test-must-fail-sigpipe'
authorJunio C Hamano <gitster@pobox.com>
Tue, 8 Dec 2015 22:14:49 +0000 (14:14 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Dec 2015 22:14:49 +0000 (14:14 -0800)
Fix some racy client/server tests by treating SIGPIPE the same as a
normal non-zero exit.

* ls/test-must-fail-sigpipe:
  add "ok=sigpipe" to test_must_fail and use it to fix flaky tests
  implement test_might_fail using a refactored test_must_fail


Trivial merge