зеркало из https://github.com/github/ruby.git
* test/ruby/test_require.rb (test_race_exception): delete temporary library name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
934b954a36
Коммит
1c6226b67d
|
@ -392,6 +392,7 @@ class TestRequire < Test::Unit::TestCase
|
|||
assert_equal(true, (t1_res ^ t2_res), bug5754 + " t1:#{t1_res} t2:#{t2_res}")
|
||||
assert_equal([:pre, :post], scratch, bug5754)
|
||||
ensure
|
||||
$".delete(path)
|
||||
tmp.close(true) if tmp
|
||||
end
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче