[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35
Luke Kanies
luke at puppetlabs.com
Wed Jul 14 10:32:23 UTC 2010
The following commit has been merged in the upstream branch:
commit 456447cab21ef6cfa66a6fbb949146e0d1df462c
Author: Luke Kanies <luke at puppetlabs.com>
Date: Mon Apr 12 11:05:21 2010 -0700
Protecting spec_helper chmod from failure
Signed-off-by: Luke Kanies <luke at puppetlabs.com>
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 16081f9..777a067 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -47,8 +47,8 @@ Spec::Runner.configure do |config|
next
end
if FileTest.exist?(file)
- system("chmod -R 755 #{file}")
- system("rm -rf #{file}")
+ system("chmod -R 755 '#{file}'")
+ system("rm -rf '#{file}'")
end
end
$tmpfiles.clear
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list