From 50b963ea4a67611bc2741644378168dd1c664b40 Mon Sep 17 00:00:00 2001 From: ocean Date: Tue, 20 Sep 2005 08:35:52 +0000 Subject: * test/webrick/test_cgi.rb: set ENV["PATH"] to CGIEnvPath on windows. bcc32's runtime is not installed into system directory, so it cannot be found without this setting. [ruby-dev:27166] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9246 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0d2e62825..a9cac4c72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Sep 20 17:26:42 2005 Hirokazu Yamamoto + + * test/webrick/test_cgi.rb: set ENV["PATH"] to CGIEnvPath on + windows. bcc32's runtime is not installed into system directory, + so it cannot be found without this setting. [ruby-dev:27166] + Tue Sep 20 17:14:10 2005 Hirokazu Yamamoto * io.c: PIPE_BUF is not defined in BeOS. use _POSIX_PIPE_BUF instead. -- cgit