aboutsummaryrefslogtreecommitdiffstats
path: root/basictest
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-15 04:33:43 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-01-15 04:33:43 +0000
commit6b39fba4a9ba9011e639cdf43f80fd5625f44998 (patch)
tree7a1b39648e658d363e26bb7bfbcb6c6b622ad37c /basictest
parent81a93c07f8ebb0690ad1329ca98f3b0af3a02b64 (diff)
downloadruby-6b39fba4a9ba9011e639cdf43f80fd5625f44998.tar.gz
basictest/test.rb: update message
* basictest/test.rb (test_check): update the file name in messages, as r53537. [Feature #11982] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'basictest')
-rwxr-xr-xbasictest/test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/basictest/test.rb b/basictest/test.rb
index 14f4d4a0f1..b4aa12b784 100755
--- a/basictest/test.rb
+++ b/basictest/test.rb
@@ -105,7 +105,7 @@ def test_check(what)
unless $ntest.zero?
PROGRESS.finish
end
- STDERR.print "sample/test.rb:#{what} "
+ STDERR.print "basictest/test.rb:#{what} "
PROGRESS.init
$what = what
$testnum = 0