Fix failing backup spec tests

This partially reverts 7224f12c25
since after #416 the warnings are actually fixed at the source
This commit is contained in:
Igor Galić 2014-02-06 17:21:49 +01:00
parent f29d95c5b5
commit 51b09b7bc8

View file

@ -31,7 +31,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