]> granicus.if.org Git - postgis/commitdiff
get rid of redundant DO regress
authorRegina Obe <lr@pcorp.us>
Fri, 14 Nov 2014 23:33:50 +0000 (23:33 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 14 Nov 2014 23:33:50 +0000 (23:33 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@13129 b70326c6-7e19-0410-871a-916f4a2858ee

regress/run_test.pl

index 9313b88b4314d53292ff4a83504aa570bf7a73e9..00865a1ef5135070656b02e81988c0203cf43300 100755 (executable)
@@ -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);