diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-03-08 19:36:19 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-03-08 19:36:19 +0000 |
commit | 791bc6838d06be51ac7d398611fa6df650bd4a8c (patch) | |
tree | 55253139cf32a008e5955adbf4af427fd7cf27ce /src | |
parent | f43ec05d05bb22e7bd398ea7a8399d157eca6fb4 (diff) | |
download | postgresql-791bc6838d06be51ac7d398611fa6df650bd4a8c.tar.gz postgresql-791bc6838d06be51ac7d398611fa6df650bd4a8c.zip |
Hi,
The regression test script runcheck.sh doesn't seem able to
handle the blank line on the end of the resultmap file.
Here's a patch to remove it!!
Keith.
Diffstat (limited to 'src')
-rw-r--r-- | src/test/regress/resultmap | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/regress/resultmap b/src/test/regress/resultmap index 39ede4f6725..b7a9caa6b21 100644 --- a/src/test/regress/resultmap +++ b/src/test/regress/resultmap @@ -25,4 +25,3 @@ horology/hppa=horology-no-DST-before-1970 horology/sparc-sun-solaris=horology-solaris-1947 abstime/sparc-sun-solaris=abstime-solaris-1947 tinterval/sparc-sun-solaris=tinterval-solaris-1947 - |