gnu: coreutils: Mark pwd-long tests XFAIL on the Hurd.

* gnu/packages/base.scm (coreutils)[arguments]: Add pwd-long as failing test.
This commit is contained in:
Jan (janneke) Nieuwenhuizen 2020-07-08 07:37:24 +02:00
parent 127f0f05ac
commit 413c31dc7a
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -342,6 +342,7 @@ (define-public coreutils
(list (string-append "XFAIL_TESTS=tests/misc/env-S.pl"
" tests/misc/kill.sh"
" tests/misc/nice.sh"
" tests/misc/pwd-long.sh"
" tests/split/fail.sh"
" test-fdutimensat"
" test-futimens"