coreutils
coreutils copied to clipboard
Cross-platform Rust rewrite of the GNU coreutils
Closes https://github.com/uutils/coreutils/issues/6126
continuation of PR #6121 Closes #6100
Closes https://github.com/uutils/coreutils/issues/6100 @cakebaker @BenWiederhake, could you check whether this solves the problem for you too? I think that with this change, we can run the tests in the CI too,...
Should fix tests/cp/preserve-mode.sh
This PR removes `hashbrown` from the skip list because we no longer use two versions of this crate. It also updates a comment.
cksum has some really weird and funky implicit tags going on, see https://github.com/uutils/coreutils/pull/6256 So let's figure out what *exactly* cksum is doing. ```console $ ../gnu/src/cksum -a md5 --tag README.md #...
The test_cp and test_mv have xattr related tests. They should be disabled on OpenBSD after commit 19d42c033923e disabled the `compare_xattrs` function on OpenBSD. Related to #6349 Fixes #6348
The `cargo test` fails on OpenBSD due to not supporting `xattrs`. ``` failures: ---- common::util::tests::test_compare_xattrs stdout ---- thread 'common::util::tests::test_compare_xattrs' panicked at tests/common/util.rs:3628:56: called `Result::unwrap()` on an `Err` value: Custom {...
Hi, there's some info that is missing using **coreutils date --help** which I didn't knew it exist until check it the _gnuwin32_ **date.exe**: ``` FORMAT controls the output. The only...