Correct beaker test

The validation in the beaker test had extra escaping.

Change-Id: Icfd5ae3e9dd28cb7fd19ba7f98cd39f9d7e60d25
This commit is contained in:
James E. Blair 2016-04-26 10:05:30 -05:00
parent 9e952ad34b
commit 35bb715829

View File

@ -154,7 +154,7 @@ describe 'puppet-zuul module', :if => ['debian', 'ubuntu'].include?(os[:family])
end
describe cron do
it { should have_entry('7 4 * * * find /var/lib/zuul/git/ -maxdepth 3 -type d -name ".git" -exec git --git-dir="{}" pack-refs --all \\\;').with_user('zuul') }
it { should have_entry('7 4 * * * find /var/lib/zuul/git/ -maxdepth 3 -type d -name ".git" -exec git --git-dir="{}" pack-refs --all \;').with_user('zuul') }
end
describe 'required services' do