summary refs log tree commit diff
path: root/gnu/packages/php.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-05-06 09:40:13 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2020-05-06 10:27:33 -0400
commite98689f8635a4974fb7e443e995319ebf56ca390 (patch)
tree593762c494f7680fda0b32e5bf7243e78594d9c1 /gnu/packages/php.scm
parent45c137e30f3e8aa27fac61e0736028906a80028c (diff)
downloadguix-e98689f8635a4974fb7e443e995319ebf56ca390.tar.gz
gnu: php: Partially fix the build.
* gnu/packages/php.scm (php)[phases]: Do not attempt to delete the now
nonexistent 'lstat_stat_variation9.phpt' file.
Diffstat (limited to 'gnu/packages/php.scm')
-rw-r--r--gnu/packages/php.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 10dc598012..2dffa0a4db 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -214,11 +214,10 @@
                          ;; This failing test is skipped on PHP's Travis CI as it is
                          ;; supposedly inaccurate.
                          "ext/standard/tests/file/disk_free_space_basic.phpt"
-                         ;; The two following tests erroneously expect the link count
-                         ;; of a sub-directory to increase compared to its
-                         ;; parent.
+                         ;; The following test erroneously expect the link
+                         ;; count of a sub-directory to increase compared to
+                         ;; its parent.
                          "ext/standard/tests/file/lstat_stat_variation8.phpt"
-                         "ext/standard/tests/file/lstat_stat_variation9.phpt"
 
                          ;; XXX: These gd tests fails.  Likely because our version
                          ;; is different from the (patched) bundled one.