BadPluginConfigurationTest.sh creates a directory in ${TMP}
cat -n jdk/test/javax/imageio/spi/AppletContextTest/BadPluginConfigurationTest.sh
[...]
172 PLUGINDST_DIR=${TMP}/test_ext
[...]
176 if [ ! -d ${PLUGINDST_DIR} ] ; then
177 mkdir ${PLUGINDST_DIR}
178 fi
At the end of the test run it cleans up a few files, but does not remove ${PLUGINDST_DIR}.
|