aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorsorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-19 05:07:15 +0000
committersorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-19 05:07:15 +0000
commit442879eb57187d899f7c14d91ef90e55d3cdcafd (patch)
treeaf5325d6841dbef64fc5bbfc0c410d5eaf5aa8a0 /bin
parent9ebf8496c0aad6168807faad70670bdc1ad4d3a0 (diff)
downloadruby-442879eb57187d899f7c14d91ef90e55d3cdcafd.tar.gz
* bin/testrb: Removed. Forgot to remove in r45971.
[Feature #9711] [ruby-core:62620] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46011 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bin')
-rwxr-xr-xbin/testrb3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/testrb b/bin/testrb
deleted file mode 100755
index 23a00b439f..0000000000
--- a/bin/testrb
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/usr/bin/env ruby
-require 'test/unit'
-exit Test::Unit::AutoRunner.run(true)