42 Commits
Author SHA1 Message Date
xtqqczzeandGitHub f4a0bb3bcd more: replace nix::unistd with std::fs (#12268) 2026-05-13 07:44:26 +02:00
oech3andDaniel Hofstetter def380d7c7 uutests: remove 1 unsafe 2026-05-11 08:29:09 +02:00
Daniel Hofstetter 10e3a9c3b8 tests,stdbuf: adapt to change in ctor 2026-05-07 09:44:53 +02:00
xtqqczzeandDaniel Hofstetter 0626a4d103 clippy: fix map_unwrap_or lint
https://rust-lang.github.io/rust-clippy/master/index.html#map_unwrap_or
2026-04-17 07:24:13 +02:00
xtqqczzeandDaniel Hofstetter 4e68e67416 Remove authors from Cargo metadata (per RFC 3052) 2026-04-16 09:55:50 +02:00
AnthonyandGitHub 36ac85b1f3 tests: add WASI integration test support via wasmtime 2026-04-12 15:19:04 +02:00
Michel LindandSylvestre Ledru e406cef5bb uutests: add LICENSE
Symlink LICENSE from the project root so it gets picked up when packaging

```
coreutils/tests/uutests on uutests-add-license
$ cargo package --allow-dirty --list | grep LICENSE

coreutils/tests/uutests on uutests-add-license
$ ln -s ../../LICENSE .

coreutils/tests/uutests on uutests-add-license
$ cargo package --allow-dirty --list | grep LICENSE
LICENSE
```

Signed-off-by: Michel Lind <salimma@fedoraproject.org>
2026-04-04 10:36:37 +02:00
Sylvestre LedruandDaniel Hofstetter ffa088d467 tests: deduplicate locale availability checks into shared is_locale_available() 2026-04-01 14:36:58 +02:00
xtqqczzeandDaniel Hofstetter 580b0053ef chore(deps): update rust crate pretty_assertions to v1.4.1 2026-03-15 13:40:38 +01:00
xtqqczzeandDaniel Hofstetter fb44ce342a chore(deps): update rand and related crates to version 0.10 2026-03-11 11:03:09 +01:00
Emilia DaelmanandDaniel Hofstetter 8eb77a08b6 uutests: preserve PATH in UCommand to fix NixOS test failures
This ensures that the PATH environment variable is preserved even when cleared, allowing tests to find system utilities on NixOS where they are not in standard locations like /bin.

Fixes #10756
2026-02-16 10:37:57 +01:00
xtqqczzeandDaniel Hofstetter 3d56517f7f Add rust-version field to all Cargo.toml files 2026-02-07 14:56:50 +01:00
✿ Fleur de BlueandGitHub 01f3e32d16 chore: Enable workspace lints in uutest crate (#10727) 2026-02-05 08:08:39 +01:00
xtqqczze 710fc1be3d fix(deps): refactor rlimit package configuration 2026-01-24 10:59:35 +00:00
xtqqczze bd7e523ef3 fix(deps): refactor xattr package configuration 2026-01-23 17:34:05 +00:00
xtqqczzeandDaniel Hofstetter f19b9f0066 fix(deps): refactor nix package configuration 2026-01-23 10:54:20 +01:00
xtqqczzeandGitHub b2b584ec5f uutests: replace unsafe libc::stat with nix::stat (#10364)
No functional change intended.
2026-01-20 11:55:54 +01:00
xtqqczze c9268934c0 clippy: fix borrow_as_ptr lint
https://rust-lang.github.io/rust-clippy/master/index.html#borrow_as_ptr
2025-12-18 00:19:14 +00:00
oech3andGitHub 5c2b8dc065 util.rs: Update obsolete comments 2025-12-12 20:05:11 +09:00
Chris DrydenandGitHub 29adc24d0e Adding TTY helper for unix to be able to create tests for stty and more (#9348)
* Adding TTY helper for unix to be able to create tests for stty and more

* removing missing flag on github actions and spellcheck ignore
2025-11-21 23:40:00 +01:00
Daniel HofstetterandGitHub 4f45042cb5 Merge pull request #9097 from cakebaker/rustdoc_fix_link
rustdoc: fix broken intra doc links
2025-11-02 14:03:23 +01:00
yuankunzhang 4b36064303 who: honor locale settings 2025-09-01 22:36:54 +08:00
Anonymous-AAA bfbdf10d3f cp: fix recursive socket file copy 2025-08-13 08:25:34 +05:30
Nicolas Boichat 95bbaaa552 tests/uutests/Cargo.toml: Pull ctor from workspace 2025-08-11 11:04:04 +08:00
Daniel Hofstetter 30f300c52b clippy: fix "hiding a lifetime" warnings
from mismatched_lifetime_syntaxes lint
2025-08-07 16:12:03 +02:00