1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-13 21:06:06 +02:00

^ls doesn't exist on windows ()

This commit is contained in:
Darren Schroeder
2021-07-06 13:14:48 -05:00
committed by GitHub
parent 651d425046
commit b32979bc84

@ -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(