From: Tom Lane Date: Mon, 17 Jul 2000 02:22:50 +0000 (+0000) Subject: update pltcl test to have at least some chance of running ... still X-Git-Tag: REL7_1_BETA~919 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=139f19c30221968e7d3bf64fe303cb41517e4601;p=postgresql update pltcl test to have at least some chance of running ... still seems to be busted though ... --- diff --git a/src/pl/tcl/test/runtest b/src/pl/tcl/test/runtest index 08b55e1b1b..d1cfb33082 100755 --- a/src/pl/tcl/test/runtest +++ b/src/pl/tcl/test/runtest @@ -4,13 +4,13 @@ DBNAME=pltcl_test export DBNAME echo "**** Destroy old database $DBNAME ****" -destroydb $DBNAME +dropdb $DBNAME echo "**** Create test database $DBNAME ****" createdb $DBNAME echo "**** Create procedural language pltcl ****" -psql -q -n $DBNAME