From 307b019723e31acfbe81ad313e364c74214ba0eb Mon Sep 17 00:00:00 2001 From: Devyn Cairns Date: Thu, 6 Jun 2024 19:06:15 -0700 Subject: [PATCH] windows fix? --- crates/nu-command/tests/commands/run_external.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/nu-command/tests/commands/run_external.rs b/crates/nu-command/tests/commands/run_external.rs index 88aedf31fe..b68a0e3a73 100644 --- a/crates/nu-command/tests/commands/run_external.rs +++ b/crates/nu-command/tests/commands/run_external.rs @@ -1,4 +1,3 @@ -#[cfg(not(windows))] use nu_test_support::fs::Stub::EmptyFile; use nu_test_support::playground::Playground; use nu_test_support::{nu, pipeline};