mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
increment @tmp_count.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36451 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c0087df044
commit
c96b913ee0
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ class TestArgf < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def make_tempfile0(basename)
|
||||
@tmp_count += 1
|
||||
open("#{@tmpdir}/#{basename}-#{@tmp_count}", "w")
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue