summaryrefslogtreecommitdiff
path: root/spec/acceptance/fqdn_rotate_spec.rb
diff options
context:
space:
mode:
authorHunter Haugen <hunter@puppetlabs.com>2014-06-25 10:16:06 -0700
committerHunter Haugen <hunter@puppetlabs.com>2014-06-25 10:16:06 -0700
commit05b79dcabbdb67aab322fa6e12e77532ab044749 (patch)
treea957dcac0377948168b62571f7b8f791a576fb7d /spec/acceptance/fqdn_rotate_spec.rb
parentac21d508477e91730f34107837a9ea6a9fbc604d (diff)
Disable windows network stuff and quote path
Diffstat (limited to 'spec/acceptance/fqdn_rotate_spec.rb')
-rwxr-xr-xspec/acceptance/fqdn_rotate_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/acceptance/fqdn_rotate_spec.rb b/spec/acceptance/fqdn_rotate_spec.rb
index d56c2b1..ee2afb5 100755
--- a/spec/acceptance/fqdn_rotate_spec.rb
+++ b/spec/acceptance/fqdn_rotate_spec.rb
@@ -28,7 +28,7 @@ describe 'fqdn_rotate function', :unless => UNSUPPORTED_PLATFORMS.include?(fact(
end
end
it 'fqdn_rotates floats' do
- shell("echo fqdn=fakehost.localdomain > #{facts_d}/fqdn.txt")
+ shell("echo fqdn=fakehost.localdomain > '#{facts_d}/fqdn.txt'")
pp = <<-EOS
$a = ['a','b','c','d']
$o = fqdn_rotate($a)