test/configs/simple.rb in fizx-proxymachine-1.5.4 vs test/configs/simple.rb in fizx-proxymachine-1.6.0
- old
+ new
@@ -28,10 +28,10 @@
else
{ :close => true }
end
end
-ERROR_FILE = File.expand_path('../../proxy_error', __FILE__)
+ERROR_FILE = File.expand_path('/tmp/proxy_error', __FILE__)
proxy_connect_error do |remote|
File.open(ERROR_FILE, 'wb') { |fd| fd.write("connect error: #{remote}") }
end