summaryrefslogtreecommitdiff
path: root/test/soap/helloworld
diff options
context:
space:
mode:
Diffstat (limited to 'test/soap/helloworld')
-rw-r--r--test/soap/helloworld/test_helloworld.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/soap/helloworld/test_helloworld.rb b/test/soap/helloworld/test_helloworld.rb
index 7261e42f19..9f6ed275ef 100644
--- a/test/soap/helloworld/test_helloworld.rb
+++ b/test/soap/helloworld/test_helloworld.rb
@@ -1,7 +1,7 @@
require 'test/unit'
require 'soap/rpc/driver'
-dir = File.dirname(__FILE__)
+dir = File.dirname(File.expand_path(__FILE__))
$:.push(dir)
require 'hw_s.rb'
$:.delete(dir)