Merge pull request #443 from igalic/fix-failing-backup-spec
Fix failing backup spec test
This commit is contained in:
commit
aefbf567c5
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ describe 'mysql::server::backup class' do
|
|||
describe 'mysqlbackup.sh' do
|
||||
it 'should run mysqlbackup.sh with no errors' do
|
||||
shell("/usr/local/sbin/mysqlbackup.sh") do |r|
|
||||
expect(r.stderr).to eq("-- Warning: Skipping the data of table mysql.event. Specify the --events option explicitly.\n")
|
||||
expect(r.stderr).to eq("")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue