aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_open3.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/open3.rb: Specify frozen_string_literal: true.akr2015-11-141-0/+2
* Add a test.akr2015-01-081-2/+10
* * test/test_open3.rb (TestOpen3#test_numeric_file_descriptors): passing FDsusa2015-01-081-0/+1
* * lib/open3.rb: Open3 properly passes non-keyword hash args to spawn.akr2015-01-071-0/+8
* * test/test_open3.rb: Add a simple test for env hash on popen3.headius2014-12-021-0/+7
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* * lib/open3.rb (Open3.capture3): Ignore Errno::EPIPE for writingakr2014-03-011-0/+19
* Join the thread to collect zombiesnaruse2013-06-191-0/+1
* * test/test_open3.rb (TestOpen3#test_commandline): use simplenobu2010-04-301-2/+2
* * test/test_open3.rb (test_commandline): use dump instead ofnobu2010-04-291-3/+1
* * test/test_open3.rb (test_commandline): skip the test with Shellwords onwanabe2010-04-291-0/+1
* supress warnings.akr2010-01-251-2/+2
* * lib/open3.rb (Open3.pipeline_start): return an array of threads if aakr2008-12-101-0/+9
* * lib/open3.rb (Open3.capture3): renamed from Open3.poutput3.akr2008-12-071-8/+8
* * lib/open3.rb (Open3.pipeline_start): new method.akr2008-12-051-0/+35
* * lib/open3.rb (Open3.poutput3): new method.akr2008-12-041-0/+26
* * lib/open3.rb (Open3.popen3): simplified.akr2008-12-041-85/+53
* * lib/open3.rb (Open3.popen3): merge hash options if given. akr2008-12-021-0/+205