summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
...
* | Add termination info to error messagesdanielsdeleo2013-11-041-1/+1
* | Add logging about timed-out cmd termination when possibledanielsdeleo2013-11-041-0/+19
* | Cleanup control flow in main loopdanielsdeleo2013-11-011-6/+10
* | Force subprocess to exit after timeoutdanielsdeleo2013-11-011-2/+30
* | Update mock/stubs to avoid deprecationsdanielsdeleo2013-11-011-2/+2
* | [MIXLIB-7] remove awesome_printLamont Granquist2013-10-312-3/+0
|/
* Wait for child process to die in case of critical errorsdanielsdeleo2013-09-091-0/+32
* remove uneeded requiredanielsdeleo2013-09-091-1/+0
* Check the password option in the tests.sersut2013-06-201-0/+1
* Make windows running as tests more reliable.sersut2013-06-201-7/+4
* Fix password and fd cleanup related specs on windows.sersut2013-06-191-8/+16
* Make sure the parent process' LC_ALL setting is passed to subprocess when LC_...sersut2013-06-141-0/+9
* add spec test for EBADF in closing fdsLamont Granquist2013-06-141-0/+14
* More robust pipe checks and tests.sersut2013-04-171-4/+10
* Clean inherited file descriptors from the parent while forking subprocess.sersut2013-04-161-3/+13
* Update check for local system use a downcased computer nameMoser, Kevin2013-01-221-1/+2
* Add tests for running as different user in windowsMoser, Kevin2013-01-222-3/+70
* Add default value check for with_logon, domain, & userMoser, Kevin2013-01-151-0/+3
* [RSPEC] Use Rspec 3 metadataHo-Sheng Hsiao2012-05-103-13/+14
* [CHEF-2994][WINDOWS] Added edge cases to specs for Utils.should_run_under_cmd?()Ho-Sheng Hsiao2012-05-101-0/+50
* [CHEF-2994][WINDOWS] Expanded Utils.should_run_under_cmd?() to work like Ruby...Ho-Sheng Hsiao2012-05-101-16/+44
* [CHEF-2994][WINDOWS] Fixed Utils.which()Ho-Sheng Hsiao2012-05-102-0/+32
* [CHEF-2994][RSPEC] Fixed specs to run under UnixHo-Sheng Hsiao2012-05-101-1/+1
* [CHEF-2994][WINDOWS] Mixlib::ShellOut::Windows should push input into stdinHo-Sheng Hsiao2012-05-101-9/+10
* [CHEF-2994][WINDOWS] Factored out utility methods to Mixlib::ShellOut::Window...Ho-Sheng Hsiao2012-05-101-2/+3
* [CHEF-2994][WINDOWS] Added specs for valid exe at location with unquoted exeHo-Sheng Hsiao2012-05-101-0/+25
* [CHEF-2994][WINDOWS] Added specs for empty commandHo-Sheng Hsiao2012-05-101-0/+9
* [CHEF-2994][WINDOWS] Added unit tests for invalid batch filesHo-Sheng Hsiao2012-05-101-0/+10
* [CHEF-2994][WINDOWS] Added unit tests for valid batch filesHo-Sheng Hsiao2012-05-101-0/+17
* [CHEF-2994][WINDOWS] Added unit tests for private method #command_to_runHo-Sheng Hsiao2012-05-101-0/+113
* [CHEF-2994][WINDOWS] Fixed remaining failing tests on windowsHo-Sheng Hsiao2012-05-101-11/+18
* [RSPEC] Moved shellout_spec up to make room for unit testsHo-Sheng Hsiao2012-05-101-0/+0
* [CHEF-2994][WINDOWS] Fixed multiple quotes for non batch filesHo-Sheng Hsiao2012-05-101-0/+18
* [CHEF-2994][WINDOWS] Fixed multiple quotes in commandHo-Sheng Hsiao2012-05-101-9/+23
* [CHEF-2994][WINDOWS] Disable stdin specs for windows platformHo-Sheng Hsiao2012-03-281-5/+5
* [CHEF-2994][RB192] Turn off rubygems for child ruby processesHo-Sheng Hsiao2012-03-282-4/+16
* [CHEF-2994][RB187] Got specs passing for Ruby 1.8.7 (Linux)Ho-Sheng Hsiao2012-03-271-4/+6
* [CHEF-2994][RSPEC] ShellOut#run_command when subprocess pauses before reading...Ho-Sheng Hsiao2012-03-261-0/+12
* [CHEF-2994][RSPEC] ShellOut#run_command when subprocess closes prematurely wi...Ho-Sheng Hsiao2012-03-261-0/+13
* [CHEF-2994][RSPEC] ShellOut#run_command when exiting with invalid code with i...Ho-Sheng Hsiao2012-03-261-0/+13
* [CHEF-2994][RSPEC] ShellOut#run_command when execution fails with input shoul...Ho-Sheng Hsiao2012-03-261-0/+9
* [CHEF-2994][RSPEC] ShellOut#run_command with subprocess that pipes lots of da...Ho-Sheng Hsiao2012-03-261-0/+24
* [CHEF-2994][RSPEC] ShellOut#run_command with subprocess that reads lots of da...Ho-Sheng Hsiao2012-03-261-0/+12
* [CHEF-2994][RSPEC] ShellOut#run_command with subprocess that closes stdin and...Ho-Sheng Hsiao2012-03-261-0/+9
* [CHEF-2994][STDIN] Child process should accept stdin input if input is specifiedHo-Sheng Hsiao2012-03-261-0/+13
* [CHEF-2994][STDIN] ShellOut.new should accept input as an optionHo-Sheng Hsiao2012-03-261-2/+7
* [CHEF-2994][STDIN] ShellOut#input should set the input optionHo-Sheng Hsiao2012-03-261-0/+10
* [CHEF-2994][STDIN] Option :input should be set to nil by defaultHo-Sheng Hsiao2012-03-261-0/+1
* [CHEF-2994][RSPEC] ShellOut should be able to handle commands with stdin file...Ho-Sheng Hsiao2012-03-261-1/+22
* [RSPEC] Consolidated mini-dsl globallyHo-Sheng Hsiao2012-03-231-32/+41