mirror of
https://github.com/danbulant/nushell
synced 2026-05-24 12:35:59 +00:00
Call external correctly.
This commit is contained in:
parent
f18424a6f6
commit
6ec6eb5199
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ mod it_evaluation {
|
||||||
cwd: dirs.test(), pipeline(
|
cwd: dirs.test(), pipeline(
|
||||||
r#"
|
r#"
|
||||||
open sample.toml
|
open sample.toml
|
||||||
| cococo $it.nu_party_venue
|
| nu --testbin cococo $it.nu_party_venue
|
||||||
| echo $it
|
| echo $it
|
||||||
"#
|
"#
|
||||||
));
|
));
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue