]> granicus.if.org Git - postgis/commitdiff
Back out dropdb, doesn't really work in that location
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 8 Mar 2019 21:51:47 +0000 (21:51 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 8 Mar 2019 21:51:47 +0000 (21:51 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@17308 b70326c6-7e19-0410-871a-916f4a2858ee

README.md
regress/run_test.pl

index b5642656136053c3d29cc8ed0cd5bf540eea709d..a0c65e664219bed5d1a1909dbab4e432e7182124 100644 (file)
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ https://trac.osgeo.org/postgis/
 Official chat room is the #postgis channel on the
 [freenode](https://freenode.net) network.
 
-To partecipate, point your preferred
+To participate, point your preferred
 [IRC client](https://en.wikipedia.org/wiki/Comparison_of_Internet_Relay_Chat_clients)
 to:
 
index f7f7ec0547be3883cd82ac1870666e510028c10c..cf6b2465c84d46c74d21878c447835cf5edcb067 100755 (executable)
@@ -1215,9 +1215,7 @@ sub count_db_objects
 ##################################################################
 sub create_db
 {
-       my $dropcmd = "dropdb --if-exists $DB > $REGRESS_LOG";
        my $createcmd = "createdb --encoding=UTF-8 --template=template0 --lc-collate=C $DB > $REGRESS_LOG";
-       system($dropcmd);
        return system($createcmd);
 }