1 2 3 4 5 6
#[cfg(feature = "libc")] #[test] fn verify_system() { assert_eq!(c_ffi::system!("c", "d"), 0); assert_eq!(c_ffi::system!("cd"), 0); }