From: Regina Obe Date: Fri, 14 Nov 2014 23:33:50 +0000 (+0000) Subject: get rid of redundant DO regress X-Git-Tag: 2.2.0rc1~729 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb93c5b8563211381d05cc6972b2f318ca1a169f;p=postgis get rid of redundant DO regress git-svn-id: http://svn.osgeo.org/postgis/trunk@13129 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/regress/run_test.pl b/regress/run_test.pl index 9313b88b4..00865a1ef 100755 --- a/regress/run_test.pl +++ b/regress/run_test.pl @@ -609,7 +609,6 @@ sub run_simple_test # Strip the lines we don't care about @lines = grep(!/^\$/, @lines); @lines = grep(!/^(INSERT|DELETE|UPDATE|SELECT|COPY|DO)/, @lines); - @lines = grep(!/^(DO)$/, @lines); @lines = grep(!/^(CONTEXT|RESET|ANALYZE)/, @lines); @lines = grep(!/^(DROP|CREATE|VACUUM)/, @lines); @lines = grep(!/^(LOG|SET|TRUNCATE)/, @lines);