^ls doesn't exist on windows (#3745)

This commit is contained in:
Darren Schroeder 2021-07-06 13:14:48 -05:00 committed by GitHub
parent 651d425046
commit b32979bc84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -380,6 +380,7 @@ mod external_command_arguments {
)
}
#[cfg(not(windows))]
#[test]
fn string_interpolation_with_an_external_command() {
Playground::setup(