forked from extern/nushell
extend it-expansion to externals (#1682)
* extend it-expansion to externals * trim the carriage return for external strings
This commit is contained in:
@ -1,15 +1,5 @@
|
||||
use nu_test_support::{nu, nu_error};
|
||||
|
||||
// #[test]
|
||||
// fn shows_error_for_command_that_fails() {
|
||||
// let actual = nu_error!(
|
||||
// cwd: ".",
|
||||
// "fail"
|
||||
// );
|
||||
|
||||
// assert!(actual.contains("External command failed"));
|
||||
// }
|
||||
|
||||
#[test]
|
||||
fn shows_error_for_command_not_found() {
|
||||
let actual = nu_error!(
|
||||
|
Reference in New Issue
Block a user