From c96b913ee017f68e32b68b3318cb27f68b3ce623 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 18 Jul 2012 15:23:35 +0000 Subject: increment @tmp_count. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36451 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_argf.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/ruby/test_argf.rb b/test/ruby/test_argf.rb index f72505e00f..3c78ef4a1f 100644 --- a/test/ruby/test_argf.rb +++ b/test/ruby/test_argf.rb @@ -31,6 +31,7 @@ class TestArgf < Test::Unit::TestCase end def make_tempfile0(basename) + @tmp_count += 1 open("#{@tmpdir}/#{basename}-#{@tmp_count}", "w") end -- cgit v1.2.3