Fix randomly failing test (#1200)

* Fix randomly failing test

* Fix randomly failing test
This commit is contained in:
Jonathan Turner
2020-01-13 06:03:28 +13:00
committed by GitHub
parent 0dcd90cb8f
commit 5fd3191d91
2 changed files with 2 additions and 2 deletions

View File

@@ -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"));