summaryrefslogtreecommitdiffstats
path: root/lib/puppet
diff options
context:
space:
mode:
authorMax Martin <max@puppetlabs.com>2011-03-17 12:14:49 -0700
committerMax Martin <max@puppetlabs.com>2011-03-17 12:14:49 -0700
commitec1aa192825f17afbe4dc12be1e0f2d644d74155 (patch)
tree2cea3d2956e8d36711276edd31e968fbbb0eb618 /lib/puppet
parent0d2d6f3f005ee99658ff86b79749f0ba7949beab (diff)
downloadpuppet-ec1aa192825f17afbe4dc12be1e0f2d644d74155.tar.gz
puppet-ec1aa192825f17afbe4dc12be1e0f2d644d74155.tar.xz
puppet-ec1aa192825f17afbe4dc12be1e0f2d644d74155.zip
(#4884) Revise new exec tests, add a few more
Revised a few of the new tests for the exec type and provider to ensure that they were testing what they meant to, and added in a couple of new tests. Reviewed-by:Daniel Pittman
Diffstat (limited to 'lib/puppet')
-rwxr-xr-xlib/puppet/type/exec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/type/exec.rb b/lib/puppet/type/exec.rb
index 67d40a7cc..4458bf081 100755
--- a/lib/puppet/type/exec.rb
+++ b/lib/puppet/type/exec.rb
@@ -139,7 +139,7 @@ module Puppet
newparam(:path) do
desc "The search path used for command execution.
Commands must be fully qualified if no path is specified. Paths
- can be specified as an array or as a colon or semi-colon separated list."
+ can be specified as an array or as a colon separated list."
# Support both arrays and colon-separated fields.
def value=(*values)