bug#39485: [PATCH] make tests/cp/preserve-gid work with single binary

2020-02-10 Thread Kamil Dudka
On Saturday, February 8, 2020 12:53:52 PM CET Pádraig Brady wrote: > Considering --enable-single-binary-exceptions may exclude cp, > and also that coreutils(1) may be compiled during > non --enable-single-binary build when building > all programs for `make syntax-check` etc. > we should add an extr

bug#39485: [PATCH] make tests/cp/preserve-gid work with single binary

2020-02-10 Thread Pádraig Brady
On 10/02/2020 14:36, Kamil Dudka wrote: On Saturday, February 8, 2020 12:53:52 PM CET Pádraig Brady wrote: +if test -x "$abs_path_dir_/coreutils" && + { test -l "$abs_path_dir_/cp" || This should be spelled `test -L` I guess. + test $(wc -l < "$abs_path_dir_/cp") = 1; } then # i

bug#39486: 答复: bug#39486: Test fail of tests/misc/env-S.pl and tests/misc/tty

2020-02-10 Thread Bernhard Voelker
[re-adding 39...@debbugs.gnu.org] On 2/10/20 8:44 AM, ZJU wrote: Thank you for your apply. 1. When i run make check under the building root, the result of test suit failed two. The failure and the test suite log is the same of coreutils 8.30 and 8.31. This problem I ran the test with non-root us