From 71c9211702d6434d4f573bce596f3ce15297acf0 Mon Sep 17 00:00:00 2001 From: yugui Date: Sat, 17 Oct 2009 09:04:16 +0000 Subject: * test/rake/test_fileutils.rb (Rake::TestFileUtils#test_sh): uses FileUtils::RUBY instead of fixed "ruby" so that the ruby command works fine in Ruby's "make test-all". (test_sh_with_a_single_string_argument): ditto. (test_sh_with_multiple_arguments): ditto. (test_sh_failure): ditto (test_sh_special_handling): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0c4314ba5..27902de19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Sat Oct 17 17:56:58 2009 Yuki Sonoda (Yugui) + + * test/rake/test_fileutils.rb (Rake::TestFileUtils#test_sh): uses + FileUtils::RUBY instead of fixed "ruby" so that the ruby command + works fine in Ruby's "make test-all". + (test_sh_with_a_single_string_argument): ditto. + (test_sh_with_multiple_arguments): ditto. + (test_sh_failure): ditto + (test_sh_special_handling): ditto. + Sat Oct 17 17:30:06 2009 Yusuke Endoh * bignum.c (big_split): fix off-by-one error. [ruby-dev:39501] -- cgit