-
Bug
-
Resolution: Fixed
-
P4
-
11
-
b09
-
generic
-
generic
DestroyTest.java creates files in the default temp directory. It is making calls to deleteOnExit(), but sometimes a copy of ProcessTrap-*.sh is left behind.
The preferred approach would be to create temporary test files under the jtreg property user.dir instead.
During a jtreg run, user.dir has the value $PWD/JTwork/scratch
The preferred approach would be to create temporary test files under the jtreg property user.dir instead.
During a jtreg run, user.dir has the value $PWD/JTwork/scratch