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:
Nobuyoshi Nakada 2022-03-02 18:37:53 +09:00
parent db740b7e5c
commit f07f476518
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6
1 changed files with 4 additions and 0 deletions

4
test/excludes/TestGem.rb Normal file
View 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