summary refs log tree commit diff
path: root/src/test/ui/command/command-pre-exec.rs
AgeCommit message (Collapse)AuthorLines
2021-05-27Test THIR unsafeck for unsafe ops in closuresLeSeulArtichaut-0/+2
2021-03-09Do not attempt to unlock envlock in child process after a fork.The8472-14/+0
This is a breaking change for cases where the environment is accessed in a Command::pre_exec closure. Except for single-threaded programs these uses were not correct anyway since they aren't async-signal safe.
2020-11-22Drop support for cloudabi targetsLzu Tao-1/+0
2019-12-16Move command-related tests into command/Jeremy Fitzhardinge-0/+118