Skip to content

Commit ae097c8

Browse files
author
Ashley Penney
committed
Merge pull request #377 from apenney/fix-stupid-test
Fix broken test on RedHat.
2 parents e303e36 + 353c19d commit ae097c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/system/mysql_server_root_password_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class { 'mysql::server': service_enabled => false }
1919

2020
it 'deletes all databases' do
2121
case node.facts['osfamily']
22-
when 'Redhat'
22+
when 'RedHat'
2323
shell('rm -rf `grep datadir /etc/my.cnf | cut -d" " -f 3`/*')
2424
when 'Debian'
2525
shell('rm -rf `grep datadir /etc/mysql/my.cnf | cut -d" " -f 3`/*')

0 commit comments

Comments
 (0)