-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 11
-
Component/s: core-libs
-
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