summaryrefslogtreecommitdiffstats
path: root/bin/testrb
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
commitd51d07a81326b007a509eb5fd9e8529daba645c5 (patch)
tree830e7a0e1821edf0488e74e22ae4e0a0e520c74d /bin/testrb
parent2bd716631b3b5c02da7afde44b05ff22d348bad5 (diff)
downloadruby-d51d07a81326b007a509eb5fd9e8529daba645c5.tar.gz
ruby-d51d07a81326b007a509eb5fd9e8529daba645c5.tar.xz
ruby-d51d07a81326b007a509eb5fd9e8529daba645c5.zip
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@19800 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bin/testrb')
-rwxr-xr-xbin/testrb4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/testrb b/bin/testrb
index ff49cb546..cd3837f20 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