The bug fix for bug
5039471: test/sun/misc/URLClassPath test files are undeletable on Windows
was incomplete. One of the undeletable files is gone, but another
(hidden inside a jar file) is not.
(martin@morphy) tiger/test/sun/misc/URLClassPath $ sh d:/martin/jct-tools/2.1.6/win32/bin/jtreg -automatic -jdk:d:/martin/ws/tiger/build/windows-i586/j2sdk-image .
Directory ".\JTreport" not found: Creating
Directory ".\JTwork" not found: Creating
Directory ".\JTwork/scratch" not found: Creating
test results: passed: 2
Report written to D:\martin\ws\tiger\test\sun\misc\URLClassPath\JTreport\report.html
Results written to D:\martin\ws\tiger\test\sun\misc\URLClassPath\JTwork
(martin@morphy) tiger/test/sun/misc/URLClassPath $ rm -rf JTwork
rm: cannot remove directory "JTwork/classes/sun/misc/URLClassPath": The directory is not empty.
rm: cannot remove directory "JTwork/classes/sun/misc": The directory is not empty.
rm: cannot remove directory "JTwork/classes/sun": The directory is not empty.
rm: cannot remove directory "JTwork/classes": The directory is not empty.
rm: cannot remove directory "JTwork": The directory is not empty.
(martin@morphy) tiger/test/sun/misc/URLClassPath $ find JTwork
JTwork
JTwork/classes
JTwork/classes/sun
JTwork/classes/sun/misc
JTwork/classes/sun/misc/URLClassPath
JTwork/classes/sun/misc/URLClassPath/��??��??.class
See 5039471 for additional details.
###@###.### 2004-05-06