From 0ebf9b176380e691d3505e6c96cb0e33c6d892e4 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 16 Oct 2008 13:55:09 +0000 Subject: * lib/test/unit: removed test/unit. * lib/test/unit.rb: new compatibility layer using minitest. * bin/testrb: use above. * test/runner.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19800 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bin/testrb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/testrb b/bin/testrb index ff49cb5466..cd3837f20d 100755 --- a/bin/testrb +++ b/bin/testrb @@ -1,5 +1,3 @@ #!/usr/bin/env ruby require 'test/unit' -(r = Test::Unit::AutoRunner.new(true)).process_args(ARGV) or - abort r.options.banner + " tests..." -exit r.run +Test::Unit.setup_argv -- cgit v1.2.3