aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-16 13:55:09 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-16 13:55:09 +0000
commit0ebf9b176380e691d3505e6c96cb0e33c6d892e4 (patch)
tree830e7a0e1821edf0488e74e22ae4e0a0e520c74d /bin
parent7485e91f76b7149c421900934adb146913142f8c (diff)
downloadruby-0ebf9b176380e691d3505e6c96cb0e33c6d892e4.tar.gz
* 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
Diffstat (limited to 'bin')
-rwxr-xr-xbin/testrb4
1 files changed, 1 insertions, 3 deletions
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