* 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