The original long-running test had a tighter limit for
sGMTIME_min and sLOCALTIME_min than the 2**47-1 limit
that was now hardcoded. Take the safe route.
# HP-UX 11.00 uses only 48 bits internally in 64bit mode, not 64
# force min/max to 2**47-1
sGMTIME_max=140737488355327
- sGMTIME_min=-140737488355327
+ sGMTIME_min=-62167219200
sLOCALTIME_max=140737488355327
- sLOCALTIME_min=-140737488355327
+ sLOCALTIME_min=-62167219200
fi
# Set libc and the library paths