summaryrefslogtreecommitdiff
path: root/spec/mixlib/shellout
Commit message (Expand)AuthorAgeFilesLines
* chefstyleLamont Granquist2020-08-241-2/+3
* fix the helper spec testLamont Granquist2020-08-241-0/+11
* Fix a few typosspellingTim Smith2020-07-281-1/+1
* chefstyleLamont Granquist2020-07-161-1/+1
* this API isn't supported in 2.2Lamont Granquist2020-07-161-1/+1
* add a simple smoke testlcg/extract-mixlib-shelloutLamont Granquist2020-07-161-0/+30
* Support array args on windowslcg/win-array-argsLamont Granquist2019-06-061-0/+84
* Update the github links in commentsTim Smith2018-10-231-5/+5
* spec cleanup and some light refactoringlcg/cleanup2Lamont Granquist2017-02-011-176/+131
* remove largely useless Utils classLamont Granquist2017-01-271-11/+10
* Resolve most chefstyle warningsTim Smith2016-10-071-72/+72
* add logging message if attempting to kill critical processsmurawski/agressive_terminationSteven Murawski2016-06-061-5/+7
* Keep `kill_process_tree` from killing protected system processes.Steven Murawski2016-05-241-3/+43
* prevent shellout from attempting to execute a directory on windowsMatt Wrock2015-09-111-0/+2
* have failing testMatt Wrock2015-09-111-0/+29
* rspec3ificationLamont Granquist2015-05-151-105/+105
* Add tests for running as different user in windowsMoser, Kevin2013-01-221-1/+1
* [RSPEC] Use Rspec 3 metadataHo-Sheng Hsiao2012-05-101-1/+1
* [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-101-0/+30
* [CHEF-2994][RSPEC] Fixed specs to run under UnixHo-Sheng Hsiao2012-05-101-1/+1
* [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
* [RSPEC] Moved shellout_spec up to make room for unit testsHo-Sheng Hsiao2012-05-101-922/+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-281-4/+8
* [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
* [RSPEC] Consolidated / dry up let(:ruby_code)Ho-Sheng Hsiao2012-03-231-20/+14
* [RSPEC/DOC] Clarified comments about windows evironmental localeHo-Sheng Hsiao2012-03-231-3/+1
* [RSPEC] Refactored spec for #format_for_exceptionHo-Sheng Hsiao2012-03-231-11/+18