summaryrefslogtreecommitdiff
path: root/test/test_open3.rb
AgeCommit message (Expand)Author
2015-11-14* lib/open3.rb: Specify frozen_string_literal: true.akr
2015-01-08Add a test.akr
2015-01-08* test/test_open3.rb (TestOpen3#test_numeric_file_descriptors): passing FDsusa
2015-01-07* lib/open3.rb: Open3 properly passes non-keyword hash args to spawn.akr
2014-12-02* test/test_open3.rb: Add a simple test for env hash on popen3.headius
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-03-01* lib/open3.rb (Open3.capture3): Ignore Errno::EPIPE for writingakr
2013-06-19Join the thread to collect zombiesnaruse
2010-04-30* test/test_open3.rb (TestOpen3#test_commandline): use simplenobu
2010-04-29* test/test_open3.rb (test_commandline): use dump instead ofnobu
2010-04-29* test/test_open3.rb (test_commandline): skip the test with Shellwords onwanabe
2010-01-25supress warnings.akr
2008-12-10* lib/open3.rb (Open3.pipeline_start): return an array of threads if aakr
2008-12-07* lib/open3.rb (Open3.capture3): renamed from Open3.poutput3.akr
2008-12-05* lib/open3.rb (Open3.pipeline_start): new method.akr
2008-12-04* lib/open3.rb (Open3.poutput3): new method.akr
2008-12-04* lib/open3.rb (Open3.popen3): simplified.akr
2008-12-02* lib/open3.rb (Open3.popen3): merge hash options if given. akr