me
/
guix
Archived
1
0
Fork 0

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.
master
Maxim Cournoyer 2020-05-06 09:40:13 -04:00
parent 45c137e30f
commit e98689f863
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 4 deletions

View File

@ -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.