Skip to content

Commit

Permalink
Update vhost spec for future parser
Browse files Browse the repository at this point in the history
Setting a variable to '' in the future parser is not the same as
leaving it unset. This patch removes parameter declarations where the
parameter being set would conflict with another parameter.
  • Loading branch information
Colleen Murphy committed Mar 24, 2015
1 parent 09afbca commit 85269f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/defines/vhost_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@
'log_level' => 'crit',
'access_log' => false,
'access_log_file' => 'httpd_access_log',
'access_log_pipe' => '',
'access_log_syslog' => true,
'access_log_format' => '%h %l %u %t \"%r\" %>s %b',
'access_log_env_var' => '',
Expand All @@ -187,7 +186,6 @@
],
'error_log' => false,
'error_log_file' => 'httpd_error_log',
'error_log_pipe' => '',
'error_log_syslog' => true,
'error_documents' => 'true',
'fallbackresource' => '/index.php',
Expand Down

0 comments on commit 85269f1

Please sign in to comment.