]> gitweb.fluxo.info Git - puppet-stdlib.git/commitdiff
disable pw_hash test on sles, as it only supports md5
authorHunter Haugen <hunter@puppetlabs.com>
Tue, 21 Jul 2015 21:43:34 +0000 (14:43 -0700)
committerHunter Haugen <hunter@puppetlabs.com>
Tue, 21 Jul 2015 21:43:34 +0000 (14:43 -0700)
spec/acceptance/pw_hash_spec.rb

index eddb782889e131c602df6afa71b8a8b8eebd9a21..cd4cb87c580b49afb8a3b0aa7ff7aa9935e470c0 100644 (file)
@@ -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