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

sanityck testing of TMPDIR is too agressive

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.3.1
    • 1.4.0
    • infrastructure
    • None
    • rc1
    • generic
    • generic



        Name: dm26566 Date: 02/09/2001


        the sanityck program is checking for TMPDIR all non-win32 platforms

            if [ "x$TMPDIR" != x -a "$PLATFORM" != win32 ]; then

        It is really only a problem on Linux, and is allowed to be set on Win32.
        The test should be:

            if [ "x$TMPDIR" != x -a "$PLATFORM" = linux ]; then

        ======================================================================

              dmcduffisunw Dale Mcduffie (Inactive)
              dmcduffisunw Dale Mcduffie (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: