mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: curl: Skip failing test on the Hurd.
* gnu/packages/curl.scm (curl)[arguments]: When building natively on the Hurd, also skip test 564. Change-Id: I265049b70c6255f075a98b1a385d40d9dd84badf
This commit is contained in:
parent
bdbb9dc27a
commit
e0885fcfbb
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ (define-public curl
|
||||||
(display "533\n" port)
|
(display "533\n" port)
|
||||||
(display "537\n" port)
|
(display "537\n" port)
|
||||||
(display "546\n" port)
|
(display "546\n" port)
|
||||||
|
(display "564\n" port)
|
||||||
(display "575\n" port)
|
(display "575\n" port)
|
||||||
(display "1021\n" port)
|
(display "1021\n" port)
|
||||||
(display "1501\n" port)
|
(display "1501\n" port)
|
||||||
|
|
Loading…
Reference in a new issue