mirror of
https://github.com/nushell/nushell
synced 2025-01-27 20:35:43 +00:00
^ls doesn't exist on windows (#3745)
This commit is contained in:
parent
651d425046
commit
b32979bc84
1 changed files with 1 additions and 0 deletions
|
@ -380,6 +380,7 @@ mod external_command_arguments {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[cfg(not(windows))]
|
||||||
#[test]
|
#[test]
|
||||||
fn string_interpolation_with_an_external_command() {
|
fn string_interpolation_with_an_external_command() {
|
||||||
Playground::setup(
|
Playground::setup(
|
||||||
|
|
Loading…
Reference in a new issue