From b205b5e7b62529435ad566c253ebd5cf9ade7033 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 22 Jun 2009 07:28:33 +0000 Subject: fix tests for load_path. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bootstraptest/test_thread.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstraptest/test_thread.rb') diff --git a/bootstraptest/test_thread.rb b/bootstraptest/test_thread.rb index 54544df45e..c82ad22ebe 100644 --- a/bootstraptest/test_thread.rb +++ b/bootstraptest/test_thread.rb @@ -228,7 +228,7 @@ assert_equal 'ok', %{ end END end - require "zzz.rb" + require "./zzz.rb" $result } -- cgit v1.2.3