1use super::*; 2 3/// Run PID namespace test routine. 4pub fn cmd_test_pid(args: &[String]) -> Result<(), ShellError> { 5 super::cmd_test_pid_impl(args) 6}