summaryrefslogtreecommitdiff
path: root/test/test_open3.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-09 21:04:07 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-07-09 21:04:07 +0900
commitf9a2440866a2df05fcbacf31c4f4e5e18b996e15 (patch)
treeb1dae201ef70c678742ba99798bbe857629b8f62 /test/test_open3.rb
parentd905ff61e69ce4f9bc134285f3ac1859e1eb74a6 (diff)
downloadruby-f9a2440866a2df05fcbacf31c4f4e5e18b996e15.tar.gz
Restore support library for only test files.
Diffstat (limited to 'test/test_open3.rb')
-rw-r--r--test/test_open3.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_open3.rb b/test/test_open3.rb
index c3a4e0a2bc..24bd08e597 100644
--- a/test/test_open3.rb
+++ b/test/test_open3.rb
@@ -2,7 +2,7 @@
require 'test/unit'
require 'open3'
-require_relative '../tool/lib/jit_support'
+require_relative 'lib/jit_support'
class TestOpen3 < Test::Unit::TestCase
RUBY = EnvUtil.rubybin