* make sure that --action test is exactly the same as --action rename (even if xattr are set)

This commit is contained in:
Reinhard Pointner 2015-04-11 19:11:02 +00:00
parent 7c90ed20fa
commit 83ec0a9be5
1 changed files with 0 additions and 2 deletions

View File

@ -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
}