summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_box.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/ruby/test_box.rb b/test/ruby/test_box.rb
index c52c7564ae..2e4e07a86a 100644
--- a/test/ruby/test_box.rb
+++ b/test/ruby/test_box.rb
@@ -697,10 +697,6 @@ class TestBox < Test::Unit::TestCase
assert !$LOADED_FEATURES.include?("/tmp/barbaz")
assert !Object.const_defined?(:FooClass)
end;
- ensure
- tmp = ENV["TMPDIR"] || ENV["TMP"] || Etc.systmpdir || "/tmp"
- pat = "_ruby_ns_*."+RbConfig::CONFIG["DLEXT"]
- File.unlink(*Dir.glob(pat, base: tmp).map {|so| "#{tmp}/#{so}"})
end
def test_basic_box_detections