summaryrefslogtreecommitdiff
path: root/spec/acceptance/has_interface_with_spec.rb
diff options
context:
space:
mode:
authorHunter Haugen <hunter@puppetlabs.com>2014-06-23 13:45:06 -0700
committerHunter Haugen <hunter@puppetlabs.com>2014-06-23 13:45:06 -0700
commit4b7162896a0a4ec5dc5166c8846eb5968a3c5329 (patch)
treee03ff73a2c213ffdab472b1964d5513753866ca6 /spec/acceptance/has_interface_with_spec.rb
parent3ec3a4b0facc22b323d0fc6f16d6c6a5a1323ded (diff)
OS X also has lo0 and can't manage user homedirs
Diffstat (limited to 'spec/acceptance/has_interface_with_spec.rb')
-rwxr-xr-xspec/acceptance/has_interface_with_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/acceptance/has_interface_with_spec.rb b/spec/acceptance/has_interface_with_spec.rb
index 7b38c95..99b7681 100755
--- a/spec/acceptance/has_interface_with_spec.rb
+++ b/spec/acceptance/has_interface_with_spec.rb
@@ -27,7 +27,7 @@ describe 'has_interface_with function', :unless => UNSUPPORTED_PLATFORMS.include
end
it 'has_interface_with existing interface' do
pp = <<-EOS
- if $osfamily == 'Solaris' {
+ if $osfamily == 'Solaris' or $osfamily == 'Darwin' {
$a = 'lo0'
} else {
$a = 'lo'