diff options
Diffstat (limited to 'spec/integration/ssl/host_spec.rb')
-rwxr-xr-x | spec/integration/ssl/host_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/integration/ssl/host_spec.rb b/spec/integration/ssl/host_spec.rb index d5e1396c5..5f2f1e5a4 100755 --- a/spec/integration/ssl/host_spec.rb +++ b/spec/integration/ssl/host_spec.rb @@ -27,7 +27,7 @@ describe Puppet::SSL::Host do after { Puppet::SSL::Host.ca_location = :none - system("rm -rf %s" % @dir) + system("rm -rf #{@dir}") Puppet.settings.clear Puppet::Util::Cacher.expire } |