summaryrefslogtreecommitdiff
path: root/lang/ruby/files/testrb.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby/files/testrb.rb')
-rw-r--r--lang/ruby/files/testrb.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lang/ruby/files/testrb.rb b/lang/ruby/files/testrb.rb
deleted file mode 100644
index 3490780..0000000
--- a/lang/ruby/files/testrb.rb
+++ /dev/null
@@ -1,5 +0,0 @@
1#!/usr/bin/env ruby
2#
3# testrb for use by ruby.port.mk for Ruby >= 2.2
4require 'test/unit'
5exit Test::Unit::AutoRunner.run(true)