diff options
author | Hunter Haugen <hunter@puppetlabs.com> | 2015-07-21 14:43:34 -0700 |
---|---|---|
committer | Hunter Haugen <hunter@puppetlabs.com> | 2015-07-21 14:43:34 -0700 |
commit | 615227918a72c54c2064b81183fc98f4abd513d4 (patch) | |
tree | 4741e37c5f0dd1fff4b59debb46514e43e095e00 | |
parent | 21feb4b1f1da3d566a48b597abea2f053d7705bb (diff) | |
download | puppet-stdlib-615227918a72c54c2064b81183fc98f4abd513d4.tar.gz puppet-stdlib-615227918a72c54c2064b81183fc98f4abd513d4.tar.bz2 |
disable pw_hash test on sles, as it only supports md5
-rw-r--r-- | spec/acceptance/pw_hash_spec.rb | 2 |
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 |