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:
parent
f29d95c5b5
commit
51b09b7bc8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue