From cadee06b2a09c309b0fb944251a8105b449d7dd1 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 26 Jun 2009 12:48:15 +0000 Subject: * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_rubyopt): test suite add '.' to RUBYLIB. remove checks. * test/ruby/test_require.rb (TestRequire#test_tainted_loadpath): the default tempdir directory /tmp is world writable, so SecrurityError would be raised. check removed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23860 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b67bcf0647..ae4b884a45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Fri Jun 26 17:33:46 2009 Yukihiro Matsumoto + + * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_rubyopt): + test suite add '.' to RUBYLIB. remove checks. + + * test/ruby/test_require.rb (TestRequire#test_tainted_loadpath): + the default tempdir directory /tmp is world writable, so + SecrurityError would be raised. check removed. + Fri Jun 26 16:32:59 2009 NAKAMURA Usaku * common.mk (COMPILE_PRELUDE): need -I. before -rrbconfig. -- cgit v1.2.3