]> granicus.if.org Git - postgis/commitdiff
Don't update upgrade_test raster table twice...
authorSandro Santilli <strk@kbt.io>
Thu, 17 Oct 2019 05:21:16 +0000 (05:21 +0000)
committerSandro Santilli <strk@kbt.io>
Thu, 17 Oct 2019 05:21:16 +0000 (05:21 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@17921 b70326c6-7e19-0410-871a-916f4a2858ee

regress/run_test.pl

index 1a845c982ef4241f27b6ddf8e052466313b43e3a..f6c9f92d4cf564e248474f9a90d297a6780381c1 100755 (executable)
@@ -329,7 +329,7 @@ sub create_upgrade_test_objects
       exit(1);
     }
 
-    $query .= "set client_min_messages to error; select AddRasterConstraints('upgrade_test', 'r')";
+    $query = "set client_min_messages to error; select AddRasterConstraints('upgrade_test', 'r')";
     $ret = sql($query);
     unless ( $ret =~ /^t$/ ) {
       `dropdb $DB`;