summaryrefslogtreecommitdiff
path: root/spec/default.mspec
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-02-15 03:24:11 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-02-15 03:24:11 +0000
commit42dee95b7eee0c27bdfb4f7586ae3ffe7ecada99 (patch)
treeba2c252075046c3fe3b8b871678cec9bb9deb92d /spec/default.mspec
parentd390e0ce4694ec4e0a8786c747fc0dc5f511af90 (diff)
default.mspec: no -I- flag
* spec/default.mspec (flags): -I- has been no longer used since long ago, and "." has not been in the default load path list too. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'spec/default.mspec')
-rw-r--r--spec/default.mspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/default.mspec b/spec/default.mspec
index 0506f1d86a..0f87515db5 100644
--- a/spec/default.mspec
+++ b/spec/default.mspec
@@ -14,8 +14,8 @@ class MSpecScript
set :prefix, File.expand_path('rubyspec', File.dirname(__FILE__))
set :flags, %W[
-I#{File.expand_path srcdir}/lib
+ -I#{File.expand_path srcdir}
-I#{File.expand_path srcdir}/#{config['EXTOUT']}/common
- -I#{File.expand_path srcdir}/-
#{File.expand_path srcdir}/tool/runruby.rb --archdir=#{Dir.pwd} --extout=#{config['EXTOUT']}
]
end