mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-25 09:18:51 -05:00
* make sure that --action test is exactly the same as --action rename (even if xattr are set)
This commit is contained in:
parent
7c90ed20fa
commit
83ec0a9be5
@ -153,8 +153,6 @@ public class Main {
|
|||||||
System.setProperty("useCreationDate", "false");
|
System.setProperty("useCreationDate", "false");
|
||||||
}
|
}
|
||||||
if (args.action.equalsIgnoreCase("test")) {
|
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
|
System.setProperty("application.rename.history", "false"); // don't keep history of --action test rename operations
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user