From b980c2aa115da3aa5963079b0fabdafa70ef8eee Mon Sep 17 00:00:00 2001 From: Jakub Konka Date: Sat, 10 Aug 2019 11:11:02 +0200 Subject: [PATCH] Disable path_rename testcase on Windows --- build.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/build.rs b/build.rs index dda957c59f..f131de663f 100644 --- a/build.rs +++ b/build.rs @@ -136,6 +136,7 @@ cfg_if::cfg_if! { "symlink_loop" => true, "clock_time_get" => true, "truncation_rights" => true, + "path_rename" => true, _ => false, } } else {