# File test/test_multi_process.rb, line 16
    def setup
      @s1, @s2 = UNIXSocket.socketpair
      @s1.sync = true
      @s2.sync = true
    end