Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
212
/
root
/
opt
/
ruby-2.7
/
usr
/
lib
/
ruby
/
gems
/
2.7.0
/
gems
/
test-unit-3.3.4
/
test
/
util
/
//proc/212/root/opt/ruby-2.7/usr/lib/ruby/gems/2.7.0/gems/test-unit-3.3.4/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