Make the test helper path absolute

This commit is contained in:
nick
2014-04-15 13:49:18 +01:00
parent 6cbda4bb58
commit 810c743583

View File

@@ -1,4 +1,4 @@
require File.join(File.dirname(__FILE__), 'test_helper')
require File.expand_path( File.join(File.dirname(__FILE__), 'test_helper') )
require 'linux/netlink/route'
# Note: multiple sockets bound to the same PID seem to cause timeout problems.