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:
parent
127f0f05ac
commit
413c31dc7a
1 changed files with 1 additions and 0 deletions
|
@ -342,6 +342,7 @@ used to apply commands with arbitrarily long arguments.")
|
||||||
(list (string-append "XFAIL_TESTS=tests/misc/env-S.pl"
|
(list (string-append "XFAIL_TESTS=tests/misc/env-S.pl"
|
||||||
" tests/misc/kill.sh"
|
" tests/misc/kill.sh"
|
||||||
" tests/misc/nice.sh"
|
" tests/misc/nice.sh"
|
||||||
|
" tests/misc/pwd-long.sh"
|
||||||
" tests/split/fail.sh"
|
" tests/split/fail.sh"
|
||||||
" test-fdutimensat"
|
" test-fdutimensat"
|
||||||
" test-futimens"
|
" test-futimens"
|
||||||
|
|
Reference in a new issue