summary refs log tree commit diff
path: root/src/test/run-pass/process-remove-from-env.rs
AgeCommit message (Expand)AuthorLines
2015-02-13Cleanup getenv from tests and benchmarksSimonas Kazlauskas-5/+5
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-2/+2
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-1/+1
2015-01-26Fallout of io => old_ioAlex Crichton-1/+1
2014-10-03Fix a race condition between remove_from_env and other io::process tests.Eduard Burtescu-0/+53