gnu: php: Fix test failure.

* gnu/packages/php.scm (php)[arguments]: Delete
'ext/curl/tests/curl_basic_009.phpt' file.
This commit is contained in:
Oleg Pykhalov 2019-02-04 19:42:30 +03:00
parent 965ff0233e
commit 14a6699c17
No known key found for this signature in database
GPG key ID: 167F8EA5001AFA9C

View file

@ -259,6 +259,8 @@ (define-public php
;; XXX: These test failures appear legitimate, needs investigation.
;; open_basedir() restriction failure.
"ext/curl/tests/bug61948.phpt"
;; Fails on recent curl https://bugs.php.net/patch-display.php?bug_id=77493
"ext/curl/tests/curl_basic_009.phpt"
;; Expects a false boolean, gets empty array from glob().
"ext/standard/tests/file/bug41655_1.phpt"
"ext/standard/tests/file/glob_variation5.phpt"