Searched refs:orig_cwd (Results 1 – 1 of 1) sorted by relevance
19 let orig_cwd = rustix::process::getcwd(Vec::new()).expect("get the cwd"); in test_changing_working_directory() localVariable28 assert_ne!(orig_cwd, ch1_cwd, "The cwd hasn't changed!"); in test_changing_working_directory()38 rustix::process::chdir(orig_cwd).expect("changing dir to the original"); in test_changing_working_directory()42 orig_cwd, ch2_cwd, in test_changing_working_directory()