Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8183351

Better cleanup for jdk/test/javax/imageio/spi/AppletContextTest/BadPluginConfigurationTest.sh

XMLWordPrintable

    • b23
    • generic
    • generic

        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}.

              prr Philip Race
              tbell Tim Bell
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: