mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 08:20:25 +02:00
Fix randomly failing test (#1200)
* Fix randomly failing test * Fix randomly failing test
This commit is contained in:
@@ -96,7 +96,7 @@ mod pipeline {
|
||||
fn shows_error_for_external_command_that_fails() {
|
||||
let actual = nu_error!(
|
||||
cwd: "tests/fixtures",
|
||||
"echo \"1\" | ^false"
|
||||
"^false"
|
||||
);
|
||||
|
||||
assert!(actual.contains("External command failed"));
|
||||
|
Reference in New Issue
Block a user