summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHunter Haugen <hunter@puppetlabs.com>2015-07-21 14:43:34 -0700
committerHunter Haugen <hunter@puppetlabs.com>2015-07-21 14:43:34 -0700
commit615227918a72c54c2064b81183fc98f4abd513d4 (patch)
tree4741e37c5f0dd1fff4b59debb46514e43e095e00
parent21feb4b1f1da3d566a48b597abea2f053d7705bb (diff)
disable pw_hash test on sles, as it only supports md5
-rw-r--r--spec/acceptance/pw_hash_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/acceptance/pw_hash_spec.rb b/spec/acceptance/pw_hash_spec.rb
index eddb782..cd4cb87 100644
--- a/spec/acceptance/pw_hash_spec.rb
+++ b/spec/acceptance/pw_hash_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper_acceptance'
# Windows and OS X do not have useful implementations of crypt(3)
-describe 'pw_hash function', :unless => (UNSUPPORTED_PLATFORMS + ['windows', 'Darwin']).include?(fact('operatingsystem')) do
+describe 'pw_hash function', :unless => (UNSUPPORTED_PLATFORMS + ['windows', 'Darwin', 'SLES']).include?(fact('operatingsystem')) do
describe 'success' do
it 'hashes passwords' do
pp = <<-EOS