diff options
| author | Cyril Roelandt <tipecaml@gmail.com> | 2014-03-07 00:45:51 +0100 |
|---|---|---|
| committer | Cyril Roelandt <tipecaml@gmail.com> | 2014-03-07 00:45:51 +0100 |
| commit | ff3c0c1b805453990a42f690f148b41b9dff382a (patch) | |
| tree | 6b0b55a826831b5c6e027fb6d4d5bb0c11d83dcc /gnu-system.am | |
| parent | 1faca892a35941b6eed2d6c04478f9f77ab81e15 (diff) | |
coreutils: fix test suite
* gnu/packages/patches/coreutils-skip-nohup.patch: patch taken from the git
repository of coreutils, that makes sure tests/misc/nohup.sh does not fail
when /dev/tty does not exist.
* gnu/packages/base.scm (coreutils): use it.
* gnu-system.am (dist_patch_DATA): add it.
Diffstat (limited to 'gnu-system.am')
| -rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index b5be893854a..97dc92cdfc7 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -252,6 +252,7 @@ dist_patch_DATA = \ gnu/packages/patches/cdparanoia-fpic.patch \ gnu/packages/patches/cmake-fix-tests.patch \ gnu/packages/patches/coreutils-dummy-man.patch \ + gnu/packages/patches/coreutils-skip-nohup.patch \ gnu/packages/patches/cpio-gets-undeclared.patch \ gnu/packages/patches/curl-fix-test172.patch \ gnu/packages/patches/dbus-localstatedir.patch \ |
