Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
self
/
root
/
opt
/
ruby-2.6
/
usr
/
lib
/
ruby
/
gems
/
2.6.0
/
gems
/
test-unit-3.2.9
/
test
/
util
/
//proc/self/root/opt/ruby-2.6/usr/lib/ruby/gems/2.6.0/gems/test-unit-3.2.9/test/util/test-output.rb
require 'test/unit' class TestUnitOutput < Test::Unit::TestCase def test_capture_output assert_equal(["stdout\n", "stderr\n"], capture_output do puts("stdout") warn("stderr") end) end end