~ruther/guix-local

a1ac7bf361dd5d10dd84e4666a0c2d7b07970e25 — Ludovic Courtès 8 years ago 4a408d8
tests: Adjust php-fpm test to new nginx API.

Fixes <https://bugs.gnu.org/29769>.
Reported by Mark H Weaver <mhw@netris.org>.

This is a followup to 8b223ceac4ff0781e95d69362875f87cff03f4d6.

* gnu/tests/web.scm (%php-fpm-nginx-server-blocks): Turn 'listen' into a
list.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/tests/web.scm
M gnu/tests/web.scm => gnu/tests/web.scm +1 -1
@@ 154,7 154,7 @@ echo(\"Computed by php:\".((string)(2+3)));
         (root "/srv")
         (locations
          (list (nginx-php-location)))
         (listen "8042")
         (listen '("8042"))
         (ssl-certificate #f)
         (ssl-certificate-key #f))))