summaryrefslogtreecommitdiffstats
path: root/spec/integration/ssl/host_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/integration/ssl/host_spec.rb')
-rwxr-xr-xspec/integration/ssl/host_spec.rb2
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
}