Skip to content

Commit 040c439

Browse files
committed
Remove backup_mysql.sh from cron_entries in tests
1 parent 5cf3379 commit 040c439

File tree

1 file changed

+1
-2
lines changed
  • test/integration/default/controls

1 file changed

+1
-2
lines changed

test/integration/default/controls/cron.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
control 'osw cron entries' do
44
title 'The cron entries should be present'
55

6-
cron_entries = ['^\d{1,2} 1 \* \* \* /root/backup_mysql.sh$',
7-
'^\d{1,2} 2 \* \* \* /root/backup_site.sh$']
6+
cron_entries = ['^\d{1,2} 2 \* \* \* /root/backup_site.sh$']
87

98
cron_entries.each do |c|
109
describe cron do

0 commit comments

Comments
 (0)