1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/excludes/TestGem.rb
Nobuyoshi Nakada f07f476518
Exclude binstubs tests
When relative loading is enabled, the executable ruby is expected
installed at the same directory as the binstub.
2022-03-02 18:37:53 +09:00

4 lines
166 B
Ruby

if RbConfig::CONFIG["LIBRUBY_RELATIVE"] == "yes"
exclude(/test_looks_for_gemdeps_files_automatically_from_binstubs/,
"can't test before installation")
end