Skip to content

Commit

Permalink
Update the test to match the fix from yesterday
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Haskel committed Oct 30, 2014
1 parent 3511bd2 commit 4002f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/mod_dav_svn_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
when 'Debian'
mod_dir = '/etc/apache2/mods-available'
service_name = 'apache2'
if fact('operatingsystemmajrelease') == '6' or fact('operatingsystemmajrelease') == '10.04'
if fact('operatingsystemmajrelease') == '6' or fact('operatingsystemmajrelease') == '10.04' or fact('operatingsystemrelease') == '10.04'
authz_svn_load_file = 'dav_svn_authz_svn.load'
else
authz_svn_load_file = 'authz_svn.load'
Expand Down

0 comments on commit 4002f9b

Please sign in to comment.