1
0
mirror of https://github.com/nushell/nushell.git synced 2025-08-16 02:18:44 +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]
fn string_interpolation_with_an_external_command() {
Playground::setup(