From 848be8c9328567a32370ce5bf2e8f000b9dc67cb Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Mon, 1 Feb 2021 15:50:16 -0800 Subject: [PATCH] path_rename should work on windows with TESTCONFIG --- crates/test-programs/build.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/test-programs/build.rs b/crates/test-programs/build.rs index 9a71ac1cf7..99d58354ce 100644 --- a/crates/test-programs/build.rs +++ b/crates/test-programs/build.rs @@ -203,8 +203,6 @@ mod wasi_tests { "nofollow_errors", // waiting on DirExt::delete_file_or_symlink "symlink_create", - // Bug: windows lets us rename an empty directory to a path containing an empty file - "path_rename", // Trailing slash related bugs "interesting_paths", "path_rename_file_trailing_slashes",