From 51b09b7bc8921fbdf9da08b8fbd536479e650577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Gali=C4=87?= Date: Thu, 6 Feb 2014 17:21:49 +0100 Subject: [PATCH] Fix failing backup spec tests This partially reverts 7224f12c250a20fa24935a9026ada81269b7fce8 since after #416 the warnings are actually fixed at the source --- spec/acceptance/mysql_backup_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/acceptance/mysql_backup_spec.rb b/spec/acceptance/mysql_backup_spec.rb index 675e882..c58965e 100644 --- a/spec/acceptance/mysql_backup_spec.rb +++ b/spec/acceptance/mysql_backup_spec.rb @@ -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