From 239f2286989135b9a3156ce7789f45f09fcf0d3b Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Fri, 8 Mar 2019 21:51:47 +0000 Subject: [PATCH] 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 --- README.md | 2 +- regress/run_test.pl | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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); } -- 2.40.0