mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Exclude binstubs tests
When relative loading is enabled, the executable ruby is expected installed at the same directory as the binstub.
This commit is contained in:
parent
db740b7e5c
commit
f07f476518
1 changed files with 4 additions and 0 deletions
4
test/excludes/TestGem.rb
Normal file
4
test/excludes/TestGem.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
if RbConfig::CONFIG["LIBRUBY_RELATIVE"] == "yes"
|
||||
exclude(/test_looks_for_gemdeps_files_automatically_from_binstubs/,
|
||||
"can't test before installation")
|
||||
end
|
Loading…
Reference in a new issue