From a1ac7bf361dd5d10dd84e4666a0c2d7b07970e25 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 19 Dec 2017 09:52:21 +0100 Subject: tests: Adjust php-fpm test to new nginx API. Fixes . Reported by Mark H Weaver . This is a followup to 8b223ceac4ff0781e95d69362875f87cff03f4d6. * gnu/tests/web.scm (%php-fpm-nginx-server-blocks): Turn 'listen' into a list. --- gnu/tests/web.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/tests/web.scm') diff --git a/gnu/tests/web.scm b/gnu/tests/web.scm index f1214fb5fd..336f25b3c7 100644 --- a/gnu/tests/web.scm +++ b/gnu/tests/web.scm @@ -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)))) -- cgit v1.2.3