mirror of
https://github.com/openbsd/ports.git
synced 2026-06-19 07:54:00 +02:00
6 lines
129 B
Ruby
6 lines
129 B
Ruby
#!/usr/bin/env ruby
|
|
#
|
|
# testrb for use by ruby.port.mk for Ruby >= 2.2
|
|
require 'test/unit'
|
|
exit Test::Unit::AutoRunner.run(true)
|