aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-08 22:00:59 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-12-08 22:00:59 +0000
commitfc2748e71ef3ae809a25dde6fdda84907c504a44 (patch)
tree1c679605c82fb38fd226ee99a250111b3a5b001a
parentb2ea6df3b58cb125a80564e791f2c2f23d150cdd (diff)
downloadruby-fc2748e71ef3ae809a25dde6fdda84907c504a44.tar.gz
* test/irb/test_option.rb (test_end_of_option): don't read .irbrc. Bug#4138
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30147 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--test/irb/test_option.rb2
-rw-r--r--version.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/test/irb/test_option.rb b/test/irb/test_option.rb
index 846d7185a5..5e29803bb6 100644
--- a/test/irb/test_option.rb
+++ b/test/irb/test_option.rb
@@ -5,7 +5,7 @@ module TestIRB
class TestOption < Test::Unit::TestCase
def test_end_of_option
bug4117 = '[ruby-core:33574]'
- status = assert_in_out_err(%w[-rirb -e IRB.start(__FILE__) -- --], "", //, [], bug4117)
+ status = assert_in_out_err(%w[-rirb -e IRB.start(__FILE__) -- -f --], "", //, [], bug4117)
assert(status.success?, bug4117)
end
end
diff --git a/version.h b/version.h
index 5672fd21e9..56fb3cd6ab 100644
--- a/version.h
+++ b/version.h
@@ -1,11 +1,11 @@
#define RUBY_VERSION "1.9.3"
-#define RUBY_RELEASE_DATE "2010-12-08"
+#define RUBY_RELEASE_DATE "2010-12-09"
#define RUBY_PATCHLEVEL -1
#define RUBY_BRANCH_NAME "trunk"
#define RUBY_RELEASE_YEAR 2010
#define RUBY_RELEASE_MONTH 12
-#define RUBY_RELEASE_DAY 8
+#define RUBY_RELEASE_DAY 9
#include "ruby/version.h"