diff options
| author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2025-02-18 19:34:13 +0100 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-02-19 11:04:09 +0900 |
| commit | 4f7dfbe58ee2915b0724251c6464c9b4e0c34245 (patch) | |
| tree | 379a63ae55f8ddadcaa6acfb4e765cf4e36ff3c9 | |
| parent | 5d8fe7a595567803b822c1455f6dfba2f8ffa8d5 (diff) | |
[rubygems/rubygems] Remove no longer necessary JRuby specific test ENV
It does not seem noisy anymore.
https://github.com/rubygems/rubygems/commit/060c5e960a
| -rw-r--r-- | test/rubygems/helper.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/rubygems/helper.rb b/test/rubygems/helper.rb index 3514954103..eaf3e7037e 100644 --- a/test/rubygems/helper.rb +++ b/test/rubygems/helper.rb @@ -9,8 +9,6 @@ end require "test/unit" -ENV["JARS_SKIP"] = "true" if Gem.java_platform? # avoid unnecessary and noisy `jar-dependencies` post install hook - require "fileutils" require "pathname" require "pp" |
