aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-16 01:25:46 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-16 01:25:46 +0000
commit48aab9e032f7deca5ccc994356428c86f75ef2f7 (patch)
tree92958f441b3aeac59fc8ad2a8edb5a6419ee3aef /ChangeLog
parent4b96ecc89f2ca222d0a94f880ee7ca25985a2d96 (diff)
downloadruby-48aab9e032f7deca5ccc994356428c86f75ef2f7.tar.gz
* test/rake/helper.rb (Rake::TestCase#setup): @orig_PWD shouldn't be
Dir.pwd when the build directory is different from source directory. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37669 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d2339cc19..70c339afc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Nov 16 10:22:52 2012 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * test/rake/helper.rb (Rake::TestCase#setup): @orig_PWD shouldn't be
+ Dir.pwd when the build directory is different from source directory.
+
Fri Nov 16 09:41:08 2012 NARUSE, Yui <naruse@ruby-lang.org>
* lib/rake/version.rb: workaround fix to build. see #7366