summary refs log tree commit diff
path: root/library/std/src/process
AgeCommit message (Collapse)AuthorLines
2022-01-07Fix testsChris Denton-3/+7
2022-01-07Quote bat script command lineChris Denton-0/+19
2021-11-23fix test in std::process on androidname1e5s-28/+36
2021-10-30Use "rustc" for testing Command argsChris Denton-3/+3
"echo" is not an application on Windows so `Command` tests could fail even if that's not what's being tested for.
2021-06-24Test that `env_clear` works on WindowsChris Denton-0/+9
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+401
Also doing fmt inplace as requested.