From 6bf02ab6115adfa5bf9c1b85d58ea5861f120bc9 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 27 Mar 2017 22:30:19 +0000 Subject: test_exec: SO_KEEPALIVE value only needs to be true (take #2) We need to ensure the portability of the sd_listen_fds emulation test, too, which didn't get tested on my FreeBSD 10.3 install due to it being on Ruby 2.2 Followup-to: 4ce6b00f75f1 ("test_exec: SO_KEEPALIVE value only needs to be true") --- test/exec/test_exec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/exec/test_exec.rb b/test/exec/test_exec.rb index 08f92ae..9723c5c 100644 --- a/test/exec/test_exec.rb +++ b/test/exec/test_exec.rb @@ -122,7 +122,7 @@ run lambda { |env| res = hit(["http://#@addr:#@port/"]) assert_equal [ "HI\n" ], res assert_shutdown(pid) - assert_equal 1, sock.getsockopt(:SOL_SOCKET, :SO_KEEPALIVE).int, + assert sock.getsockopt(:SOL_SOCKET, :SO_KEEPALIVE).bool, 'unicorn should always set SO_KEEPALIVE on inherited sockets' end ensure -- cgit v1.2.3-24-ge0c7