summaryrefslogtreecommitdiff
path: root/spec/mixlib/shellout/windows_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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