Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 139f19c

Browse files
committed
update pltcl test to have at least some chance of running ... still
seems to be busted though ...
1 parent a2c6bf5 commit 139f19c

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

src/pl/tcl/test/runtest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ DBNAME=pltcl_test
44
export DBNAME
55

66
echo "**** Destroy old database $DBNAME ****"
7-
destroydb $DBNAME
7+
dropdb $DBNAME
88

99
echo "**** Create test database $DBNAME ****"
1010
createdb $DBNAME
1111

1212
echo "**** Create procedural language pltcl ****"
13-
psql -q -n $DBNAME <test_mklang.sql
13+
createlang pltcl $DBNAME
1414

1515
echo "**** Create tables, functions and triggers ****"
1616
psql -q -n $DBNAME <test_setup.sql

src/pl/tcl/test/test_mklang.sql

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)