mirror of
https://github.com/nushell/nushell
synced 2025-01-13 13:49:21 +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]
|
||||
fn string_interpolation_with_an_external_command() {
|
||||
Playground::setup(
|
||||
|
|
Loading…
Reference in a new issue