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
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
[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