From 83ec0a9be517ca4de9f566c1423018fc68da84e1 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Sat, 11 Apr 2015 19:11:02 +0000 Subject: [PATCH] * make sure that --action test is exactly the same as --action rename (even if xattr are set) --- source/net/filebot/Main.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/net/filebot/Main.java b/source/net/filebot/Main.java index 2e6a13ae..c8e2cdef 100644 --- a/source/net/filebot/Main.java +++ b/source/net/filebot/Main.java @@ -153,8 +153,6 @@ public class Main { System.setProperty("useCreationDate", "false"); } if (args.action.equalsIgnoreCase("test")) { - System.setProperty("useExtendedFileAttributes", "false"); - System.setProperty("useCreationDate", "false"); System.setProperty("application.rename.history", "false"); // don't keep history of --action test rename operations }