summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-29 05:19:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-29 05:19:51 +0000
commitf8fbb8bc115d927532f228d678738db9a6b2e984 (patch)
tree2a90c47988f61870e1bbf7b5334da29492d48b47 /spec
parentabbfc048c5890e8017360bbc845062ea1585e155 (diff)
default.mspec: remove useless flags
* spec/default.mspec: removed -I options for useless or non- existent paths from flags. there is no library scripts and .ext directory in the source directory. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58949 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'spec')
-rw-r--r--spec/default.mspec2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/default.mspec b/spec/default.mspec
index 63e96d6528..cdc9fe558e 100644
--- a/spec/default.mspec
+++ b/spec/default.mspec
@@ -18,8 +18,6 @@ class MSpecScript
set :prefix, File.expand_path('rubyspec', File.dirname(__FILE__))
set :flags, %W[
-I#{srcdir}/lib
- -I#{srcdir}
- -I#{srcdir}/#{config['EXTOUT']}/common
#{srcdir}/tool/runruby.rb --archdir=#{Dir.pwd} --extout=#{config['EXTOUT']}
--
]