diff options
author | Tom Lane | 2003-08-04 15:06:45 +0000 |
---|---|---|
committer | Tom Lane | 2003-08-04 15:06:45 +0000 |
commit | 5f6401e2a268417617f85181ea65b9d22fb87f25 (patch) | |
tree | 036762dc7aeaa093c55c5b07a519a4f04c0273cb | |
parent | d6f0f44b5592c9c073a3b502d1cc590ad9731b21 (diff) |
HPUX's horology behavior is OS-dependent, not hardware-dependent.
-rw-r--r-- | src/test/regress/resultmap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/resultmap b/src/test/regress/resultmap index c2998e788a9..46f33ac4e14 100644 --- a/src/test/regress/resultmap +++ b/src/test/regress/resultmap @@ -17,7 +17,7 @@ horology/.*-aix4=horology-solaris-1947 horology/.*-aix5=horology-solaris-1947 horology/alpha.*-dec-osf=horology-solaris-1947 horology/.*-cygwin=horology-no-DST-before-1970 -horology/hppa=horology-no-DST-before-1970 +horology/.*-hpux=horology-no-DST-before-1970 horology/.*-irix=horology-solaris-1947 horology/i.86-pc-solaris=horology-solaris-1947 horology/sparc-sun-solaris=horology-solaris-1947 |