Project

General

Profile

Actions

Bug #5348

closed

test/rubygems/test_gem_indexer.rb leaves temporary directory

Added by nobu (Nobuyoshi Nakada) over 12 years ago. Updated almost 12 years ago.

Status:
Closed
Target version:
ruby -v:
r33303
Backport:
[ruby-core:39662]

Description

=begin
setup in test_gem_indexer.rb changes @tempdir, so teardown fails to clean it properly.

$ mkdir ~/tmp/gemtest

$ TMPDIR=~/tmp/gemtest ./ruby test/rubygems/test_gem_indexer.rb
Run options: --seed 37319

Running tests:

............

Finished tests in 2.380268s, 5.0414 tests/s, 50.8346 assertions/s.

12 tests, 121 assertions, 0 failures, 0 errors, 0 skips

$ ls ~/tmp/gemtest
test_rubygems_30493/
=end

Actions

Also available in: Atom PDF

Like0
Like0