-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 1.4.0
-
Component/s: infrastructure
-
None
-
rc1
-
generic
-
generic
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-2040633 | 1.4.0 | Dale Mcduffie | P3 | Resolved | Fixed | beta |
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
======================================================================
- backported by
-
JDK-2040633 sanityck testing of TMPDIR is too agressive
-
- Resolved
-