mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 13:49:06 +02:00
Yo quiero Playground taconushell.
This commit is contained in:
@ -4,7 +4,7 @@ use helpers::in_directory as cwd;
|
||||
|
||||
#[test]
|
||||
fn external_command() {
|
||||
let output = nu!(cwd("tests/fixtures"), "echo 1");
|
||||
let actual = nu!(cwd("tests/fixtures"), "echo 1");
|
||||
|
||||
assert!(output.contains("1"));
|
||||
assert!(actual.contains("1"));
|
||||
}
|
||||
|
Reference in New Issue
Block a user