Create own directory for every unix socket in unit tests
commit90340eb8f2c5bf820eabd3c25fb39e45285b1c40
authorHleb Valoshka <375gnu@gmail.com>
Wed, 4 Sep 2013 12:07:19 +0000 (4 15:07 +0300)
committerEric Wong <normalperson@yhbt.net>
Wed, 4 Sep 2013 17:29:19 +0000 (4 17:29 +0000)
tree061d89a6124252689469eaf9621895d0f90e76c2
parent71f656e40de99d240c873ebb23451f76e46e5a20
Create own directory for every unix socket in unit tests

[ew: this avoids a TOCTOU issue for multiple test invocations]

Signed-off-by: Eric Wong <normalperson@yhbt.net>
test/lib_read_write.rb
test/lib_server_accept.rb
test/test_unix_client_read_server_write.rb
test/test_unix_connect.rb
test/test_unix_server.rb
test/test_unix_server_read_client_write.rb