summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2025-02-18 19:34:13 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-02-19 11:04:09 +0900
commit4f7dfbe58ee2915b0724251c6464c9b4e0c34245 (patch)
tree379a63ae55f8ddadcaa6acfb4e765cf4e36ff3c9
parent5d8fe7a595567803b822c1455f6dfba2f8ffa8d5 (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.rb2
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"