Skip to content

Commit

Permalink
Merge pull request #465 from apenney/wel-now
Browse files Browse the repository at this point in the history
Fix the case of this, ARGH.
  • Loading branch information
hunner committed Feb 25, 2014
2 parents 50798f3 + 6271f71 commit eebb18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/mysql_server_root_password_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class { 'mysql::server': service_enabled => false }

it 'deletes all databases' do
case fact('osfamily')
when 'RedHat', 'SuSE'
when 'RedHat', 'Suse'
shell('rm -rf `grep datadir /etc/my.cnf | cut -d" " -f 3`/*')
when 'Debian'
shell('rm -rf `grep datadir /etc/mysql/my.cnf | cut -d" " -f 3`/*')
Expand Down

0 comments on commit eebb18e

Please sign in to comment.