diff options
Diffstat (limited to 'src/pl/plpython/test.sh')
-rwxr-xr-x | src/pl/plpython/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/plpython/test.sh b/src/pl/plpython/test.sh index 7684b5953aa..5cc677c33cd 100755 --- a/src/pl/plpython/test.sh +++ b/src/pl/plpython/test.sh @@ -11,7 +11,7 @@ createdb $DBNAME >> test.log 2>&1 echo " Done. ***" echo -n "*** Create plpython." -createlang plpython $DBNAME >> test.log 2>&1 +createlang plpythonu $DBNAME >> test.log 2>&1 echo " Done. ***" echo -n "*** Create tables" |