diff options
| author | Milan P. Stanić <mps@arvanta.net> | 2019-05-02 22:51:50 +0200 |
|---|---|---|
| committer | Milan P. Stanić <mps@arvanta.net> | 2019-05-02 22:51:50 +0200 |
| commit | 721d65bd32baf7aca5c2aa91a4dc53d340441619 (patch) | |
| tree | 91480794c168bd8ebe947186b0077837d0da0735 /community/crystal/fix-spec-std-socket-tcp_server_spec.cr.patch | |
| parent | 53e65362092de07755c48db72c77a2f85482bcd2 (diff) | |
| download | aports-721d65bd32baf7aca5c2aa91a4dc53d340441619.tar.bz2 aports-721d65bd32baf7aca5c2aa91a4dc53d340441619.tar.xz | |
community/crystal: upgrade to 0.28.0
remove unneeded patches
add myself as contributor
Diffstat (limited to 'community/crystal/fix-spec-std-socket-tcp_server_spec.cr.patch')
| -rw-r--r-- | community/crystal/fix-spec-std-socket-tcp_server_spec.cr.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community/crystal/fix-spec-std-socket-tcp_server_spec.cr.patch b/community/crystal/fix-spec-std-socket-tcp_server_spec.cr.patch deleted file mode 100644 index ff0920020d..0000000000 --- a/community/crystal/fix-spec-std-socket-tcp_server_spec.cr.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/spec/std/socket/tcp_server_spec.cr 2019-02-05 14:51:38.000000000 +0000 -+++ b/spec/std/socket/tcp_server_spec.cr 2019-02-19 19:15:23.202756036 +0000 -@@ -48,7 +48,7 @@ - end - end - -- it "raises when not binding with reuse_port" do -+ pending "raises when not binding with reuse_port" do - TCPServer.open(address, 0, reuse_port: true) do |server| - expect_raises_errno(Errno::EADDRINUSE, {% if flag?(:linux) %}"listen: "{% else %}"bind: "{% end %}) do - TCPServer.open(address, server.local_address.port) { } |
