Forgot that expr assumes regexp is anchored-left; therefore need .*
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 25 Jan 2000 01:59:27 +0000 (01:59 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 25 Jan 2000 01:59:27 +0000 (01:59 +0000)
in front of any platform name pattern that's not supposed to match
beginning at the start of the machine type name...

src/test/regress/resultmap

index ab4675cef46a33a0898323b12cc543a0d3f4cdcb..8e7db2cdabbee184536e48c2a535d20cbab09fbb 100644 (file)
@@ -1,10 +1,10 @@
 int2/hppa=int2-too-large
 int4/hppa=int4-too-large
-int2/netbsd=int2-too-large
-int4/netbsd=int4-too-large
+int2/.*-netbsd=int2-too-large
+int4/.*-netbsd=int4-too-large
 int2/i.86-pc-linux-gnulibc=int2-not-representable
 int4/i.86-pc-linux-gnulibc=int4-not-representable
 geometry/hppa=geometry-positive-zeros
-geometry/netbsd=geometry-positive-zeros
+geometry/.*-netbsd=geometry-positive-zeros
 geometry/i.86-.*-gnulibc=geometry-i86-gnulibc
 horology/hppa=horology-no-DST-before-1970