summaryrefslogtreecommitdiff
path: root/spec/unit/provider/exec
AgeCommit message (Expand)AuthorFilesLines
2014-07-17(PUP-2732) Restrict Posix exec tests to POSIX envEthan J. Brown1-7/+6
2014-07-17(maint) Use Struct::Passwd instead of Etc::PasswdAndrew Parker1-1/+1
2014-07-16(PUP-2732) Test ignoring of user parameterAndrew Parker1-1/+11
2014-07-16(maint) Use real resource for testing shell providerAndrew Parker1-2/+2
2014-07-16(maint) Use parameter matchers in testsAndrew Parker1-7/+6
2013-11-14(#23124) Move ProcessOutput to Puppet::Util::ExecutionAndrew Parker1-3/+3
2013-11-14(#23124) Fix: Incorrect Exit Codes from Windows ExecRob Reynolds1-3/+3
2013-11-14Merge branch 'stable'Rob Reynolds1-3/+3
2013-11-14Revert "(#23124) Merge branch 'ticket/stable/23124-exit_codes_on_windows' int...Rob Reynolds1-3/+3
2013-11-14Merge branch 'stable'Rob Reynolds1-3/+3
2013-11-14(#23124) Move ProcessOutput to Puppet::Util::ExecutionAndrew Parker1-3/+3
2013-11-14(#23124) Fix: Incorrect Exit Codes from Windows ExecRob Reynolds1-3/+3
2013-09-17(#4424) Add umask parameter to Exec typeJohn Julien1-0/+5
2013-05-28(#20302) Append .exe to spec "executables" on WindowsJosh Cooper1-0/+1
2013-03-25Fix posix exec provider spec on systems with /bin/cdNick Lewis1-1/+1
2012-09-26(Maint) Remove rspec from shebang lineJeff McCune3-3/+3
2012-08-31Merge remote-tracking branch 'upstream/2.7.x' into 3.xJosh Cooper1-4/+5
2012-08-31Maint: Fix leaked tempfile handleJosh Cooper1-4/+5
2012-08-31Merge remote-tracking branch 'origin/2.7.x' into 3.xDaniel Pittman1-6/+6
2012-08-31Don't make executables in /tmp in posix_specPatrick Carlisle1-6/+6
2012-08-14(Maint) Fix assertion about locale to correct value.rahul1-3/+3
2012-07-30(Maint) Fix assertion about localeAndrew Parker1-1/+1
2012-07-27Merge remote-tracking branch 'upstream/3.x'Andrew Parker1-3/+3
2012-07-1715547 : valid locales as sentinel and checkrahul1-4/+4
2012-07-1715547 : use a clean env for builtin checkrahul1-1/+1
2012-07-11Use a valid locale when setting LC_ALL in the exec posix provider testR. Tyler Croy1-2/+2
2012-07-02(maint) Standardize on /usr/bin/env ruby -S rspecJeff McCune3-3/+3
2012-04-24Merge 2.7.x into master.Daniel Pittman1-14/+17
2012-04-23(#14060) Fix quoting of commands to interpolate inside the shell.Daniel Pittman1-0/+7
2012-04-20Modernize the style of the shell exec provider tests.Daniel Pittman1-14/+10
2012-04-10Merge branch '2.7.x'Patrick Carlisle1-7/+1
2012-03-28(#12101) Add shared context for specs to imitate windows or posixPatrick Carlisle1-7/+1
2012-02-03(#12309) Fix broken rspecscprice1-3/+3
2012-02-02(#12309) move execution-related methods from Util to Util::ExecutionChris Price1-2/+2
2012-02-02moved posix-specific constants from Util to Util::POSIXChris Price1-7/+7
2012-01-27(#5224) Unset USER-related env vars during execsChris Price1-1/+50
2012-01-26(#11860) Fix specs that fail on windowsChris Price1-1/+1
2012-01-25(#11860) Add parameter to control locale overrideChris Price1-0/+39
2012-01-24Revert "(#12101) Add shared context for specs to imitate windows or posix"Patrick Carlisle1-1/+7
2012-01-24(#12101) Add shared context for specs to imitate windows or posixPatrick Carlisle1-7/+1
2011-11-14maint: Fix failing specs for Windows exec providerNick Lewis1-0/+1
2011-10-12Maint: Remove duplicate path extension codeJosh Cooper1-8/+1
2011-09-15Fix order dependent spec failure in exec specsNick Lewis1-0/+6
2011-08-24(#8140) Add an exec provider for WindowsNick Lewis1-0/+113
2011-08-24(#8410) Factor out a base class for exec providersNick Lewis1-9/+4
2011-08-19Fix posix exec provider spec failures on WindowsNick Lewis1-3/+5
2011-08-19(#5495) Remove dead Windows-specific code from posix exec providerNick Lewis1-5/+3
2011-08-19(#8663) Disable spec tests for unsupported functionality on WindowsJosh Cooper1-1/+1
2011-08-19Maint: Tagged spec tests that are known to fail on WindowsJosh Cooper1-1/+1
2011-08-16Fix posix exec provider spec failures on WindowsNick Lewis1-3/+5