From c77166eefb455568b8b5a5eaeef5b540ed0803a1 Mon Sep 17 00:00:00 2001 From: wayne warren Date: Tue, 23 May 2023 17:54:43 -0600 Subject: [PATCH] fixup! Revert "lib/wasi: remove relative path checking" --- tests/integration/cli/tests/snapshot.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/cli/tests/snapshot.rs b/tests/integration/cli/tests/snapshot.rs index f2a2da0f0ba..a0179384161 100644 --- a/tests/integration/cli/tests/snapshot.rs +++ b/tests/integration/cli/tests/snapshot.rs @@ -1129,7 +1129,6 @@ fn test_snapshot_bash_ls() { assert_json_snapshot!(snapshot); } - #[cfg_attr(any(target_env = "musl", target_os = "windows"), ignore)] #[test] fn test_snapshot_bash_cd_ls() {