Skip to content

Commit 6152279

Browse files
committed
disable pw_hash test on sles, as it only supports md5
1 parent 21feb4b commit 6152279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spec/acceptance/pw_hash_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require 'spec_helper_acceptance'
33

44
# Windows and OS X do not have useful implementations of crypt(3)
5-
describe 'pw_hash function', :unless => (UNSUPPORTED_PLATFORMS + ['windows', 'Darwin']).include?(fact('operatingsystem')) do
5+
describe 'pw_hash function', :unless => (UNSUPPORTED_PLATFORMS + ['windows', 'Darwin', 'SLES']).include?(fact('operatingsystem')) do
66
describe 'success' do
77
it 'hashes passwords' do
88
pp = <<-EOS

0 commit comments

Comments
 (0)