gnu: php: Partially fix the build.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Wed, 6 May 2020 13:40:13 +0000 (09:40 -0400)
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>
Wed, 6 May 2020 14:27:33 +0000 (10:27 -0400)
* gnu/packages/php.scm (php)[phases]: Do not attempt to delete the now
nonexistent 'lstat_stat_variation9.phpt' file.

gnu/packages/php.scm

index 10dc598..2dffa0a 100644 (file)
                          ;; 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.