From b32979bc840e09b5fa7677ddf2bbe05332b02370 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Tue, 6 Jul 2021 13:14:48 -0500 Subject: [PATCH] ^ls doesn't exist on windows (#3745) --- tests/shell/pipeline/commands/external.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/shell/pipeline/commands/external.rs b/tests/shell/pipeline/commands/external.rs index e5faa35d0f..a82a781e3a 100644 --- a/tests/shell/pipeline/commands/external.rs +++ b/tests/shell/pipeline/commands/external.rs @@ -380,6 +380,7 @@ mod external_command_arguments { ) } + #[cfg(not(windows))] #[test] fn string_interpolation_with_an_external_command() { Playground::setup(