Commit 8e27afa7 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Use a shorter socket path during testing

parent 158b424f
......@@ -44,7 +44,7 @@ class HTTPUNIXServer < WEBrick::HTTPServer
end
def tmp_socket_path
File.join(ROOT_PATH, 'tmp', 'socket')
'tmp/test-socket'
end
describe Net::HTTPUNIX do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment