summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* add a simple smoke testlcg/extract-mixlib-shelloutLamont Granquist2020-07-161-0/+30
* shellout_spec: make "current user" independent of the environmentAntonio Terceiro2020-03-081-1/+2
* Blinding applying chefstyle -a.Ryan Davis2019-07-303-5/+8
* Remove the unused platform helperTim Smith2019-06-061-2/+0
* Support array args on windowslcg/win-array-argsLamont Granquist2019-06-061-0/+84
* Update the github links in commentsTim Smith2018-10-231-5/+5
* master of chefstyle + fixesLamont Granquist2018-07-062-8/+8
* remove hashrocket syntaxlcg/remove-hashrocketsLamont Granquist2018-06-252-37/+37
* add sensitive featuredheerajd-msys2018-06-151-6/+6
* [MSYS-629] Added username,password validation for elavated option (#151)Nimisha Sharad2017-08-091-3/+13
* Update error messages to indicate user who lacks privilege on WindowsBryan McLellan2017-07-191-1/+1
* Launch process with elevated tokenNimishaS2017-07-191-0/+8
* spec cleanup and some light refactoringlcg/cleanup2Lamont Granquist2017-02-011-176/+131
* remove largely useless Utils classLamont Granquist2017-01-272-12/+11
* Resolve most chefstyle warningsTim Smith2016-10-073-380/+381
* Require Ruby 2.1+deprecateTim Smith2016-08-222-14/+1
* 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
* convert environment hash keys to stringsEvan Tschuy2015-11-101-0/+8
* improve the test to more accurately detrermine if child process is killedMatt Wrock2015-10-201-8/+5
* kill all windows child processes when the command times outMatt Wrock2015-09-241-0/+13
* make tests pass when run by a domain joined userMatt Wrock2015-09-241-2/+2
* prevent shellout from attempting to execute a directory on windowsMatt Wrock2015-09-111-0/+2
* have failing testMatt Wrock2015-09-111-0/+29
* Added comment for bugjdm/testJay Mundrawala2015-08-261-0/+10
* Don't use presence of fd to check if fd's were inheritedJay Mundrawala2015-08-261-2/+4
* force expect syntaxLamont Granquist2015-05-151-0/+3
* rspec3ificationLamont Granquist2015-05-153-283/+350
* Merge pull request #94 from chef/lcg/no-getpgrpLamont Granquist2015-05-151-6/+6
|\
| * remove getpgrp back to setsidlcg/no-getpgrpLamont Granquist2015-05-151-6/+6
* | Fix 2 ruby warnings for uninitialized variablesdanielsdeleo2015-05-151-0/+3
|/
* Merge pull request #78 from BackSlasher/add-loginLamont Granquist2015-05-141-1/+83
|\
| * Added TODO for next majorNitz2015-02-151-0/+3
| * Option "login" now simulates login in unixNitz2015-02-151-1/+80
* | Change mixlib spec test to pass on windows by invoking powershell explicitly.ksubrama/test_fixKartik Null Cating-Subramanian2015-04-211-1/+1
* | Add some test coverage for timeouts on windowsJay Mundrawala2014-12-181-99/+115
* | The process no longer inherit LC_ALL from the parent. Update spec to refelect...Jay Mundrawala2014-12-171-8/+3
|/
* Merge pull request #57 from ClogenyTechnologies/kd/processgrp-fixlamont-granquist2014-09-111-11/+14
|\
| * removed emulated Errno::ESRCHkaustubh-d2014-09-101-10/+11
| * raise Errno::ESRCH in spec for aixkaustubh-d2014-08-271-1/+1
| * fix getpgid issue on aixkaustubh-d2014-08-271-2/+4
* | control ENV['LC_ALL'] global betterLamont Granquist2014-09-031-10/+9
* | remove LC_ALL default environment variableLamont Granquist2014-08-281-13/+8
* | aix does not allow resetting real uid once the euid is changed to non-root.kaustubh-d2014-08-273-0/+27
* | remove #clean_parent_file_descriptors which is not required now.kaustubh-d2014-08-251-14/+0
|/
* Simplify live_stream vs live_stdout vs live_stderr based on PR commentsMax Lincoln2014-07-171-22/+34
* Support separate live stream for stderrMax Lincoln2014-07-171-4/+78
* Correct spelling in spec filesTyler Cipriani2014-05-161-5/+5
* Merge pull request #26 from akshaykarle/masterSerdar Sutay2014-05-131-2/+7
|\
| * Fix a broken specAkshay Karle2014-01-061-4/+3