1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

Merge pull request #5869 from cre4ture/feature/simulate_terminal_utility

test utilities: easy way to simulate terminal context
This commit is contained in:
Sylvestre Ledru 2024-03-01 18:13:27 +01:00 committed by GitHub
commit 9003e3fbe4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 389 additions and 29 deletions

View file

@ -498,7 +498,7 @@ procfs = { version = "0.16", default-features = false }
rlimit = "0.10.1"
[target.'cfg(unix)'.dev-dependencies]
nix = { workspace = true, features = ["process", "signal", "user"] }
nix = { workspace = true, features = ["process", "signal", "user", "term"] }
rand_pcg = "0.3"
xattr = { workspace = true }