mirror of
https://github.com/nushell/nushell.git
synced 2025-01-11 08:48:23 +01:00
^ls doesn't exist on windows (#3745)
This commit is contained in:
parent
651d425046
commit
b32979bc84
@ -380,6 +380,7 @@ mod external_command_arguments {
|
||||
)
|
||||
}
|
||||
|
||||
#[cfg(not(windows))]
|
||||
#[test]
|
||||
fn string_interpolation_with_an_external_command() {
|
||||
Playground::setup(
|
||||
|
Loading…
Reference in New Issue
Block a user