diff --git a/source/net/sourceforge/filebot/Main.java b/source/net/sourceforge/filebot/Main.java index 7afa6d7f..41971652 100644 --- a/source/net/sourceforge/filebot/Main.java +++ b/source/net/sourceforge/filebot/Main.java @@ -119,7 +119,11 @@ public class Main { if (args.unixfs) { System.setProperty("unixfs", "true"); } - if (args.disableAnalytics || args.action.equalsIgnoreCase("test")) { + if (args.disableAnalytics) { + System.setProperty("application.analytics", "false"); + } + if (args.action.equalsIgnoreCase("test")) { + System.setProperty("useExtendedFileAttributes", "false"); System.setProperty("application.analytics", "false"); }