rust/src/test/ui/command
The8472 d854789ce1 Do not attempt to unlock envlock in child process after a fork.
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.
2021-03-09 22:14:07 +01:00
..
command-argv0-debug.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
command-argv0.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
command-current-dir.rs Fix test to work with remote-test-server. 2021-01-17 14:03:23 -08:00
command-exec.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
command-pre-exec.rs Do not attempt to unlock envlock in child process after a fork. 2021-03-09 22:14:07 +01:00
command-setgroups.rs Update test-various to Ubuntu 20.04 2021-01-29 20:59:09 +01:00
command-uid-gid.rs Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00