From: Paul Ramsey Date: Fri, 8 Mar 2019 21:51:47 +0000 (+0000) Subject: Back out dropdb, doesn't really work in that location X-Git-Tag: 3.0.0alpha1~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=239f2286989135b9a3156ce7789f45f09fcf0d3b;p=postgis Back out dropdb, doesn't really work in that location git-svn-id: http://svn.osgeo.org/postgis/trunk@17308 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/README.md b/README.md index b56426561..a0c65e664 100644 --- 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: diff --git a/regress/run_test.pl b/regress/run_test.pl index f7f7ec054..cf6b2465c 100755 --- a/regress/run_test.pl +++ b/regress/run_test.pl @@ -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); }