I was wondering whether test.dir is there to allow to direct to large disks if large files are involved. This is a general observation, not just for this test.
Brian On Apr 26, 2017, at 6:37 AM, Roger Riggs <roger.ri...@oracle.com> wrote: > I would keep it simple and use the current form. It make it easy to run the > tests standalone. > dir = System.getProperty("test.dir", ".") > > Adding in the additional "user.dir" variant just complicates the code and > understanding without improving the use cases. (by default user.dir is set > to the absolute pathname of ".").