From 6ec6eb51992cb7584932dbfa901ff4a1ef1ce4fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20N=2E=20Robalino?= Date: Sun, 17 May 2020 23:07:10 -0500 Subject: [PATCH] Call external correctly. --- tests/shell/pipeline/commands/external.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/shell/pipeline/commands/external.rs b/tests/shell/pipeline/commands/external.rs index d3247b0546..4d9b7aedf6 100644 --- a/tests/shell/pipeline/commands/external.rs +++ b/tests/shell/pipeline/commands/external.rs @@ -126,7 +126,7 @@ mod it_evaluation { cwd: dirs.test(), pipeline( r#" open sample.toml - | cococo $it.nu_party_venue + | nu --testbin cococo $it.nu_party_venue | echo $it "# ));