1use super::*; 2 3/// Run exec-related regression test routine. 4pub fn cmd_test_exec(args: &[String]) -> Result<(), ShellError> { 5 super::cmd_test_exec_impl(args) 6}