File tree 1 file changed +5
-2
lines changed 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- # $Header: /cvsroot/pgsql/src/test/mb/mbregress.sh,v 1.5 2000/05/16 02:14:14 tgl Exp $
2
+ # $Header: /cvsroot/pgsql/src/test/mb/mbregress.sh,v 1.6 2001/02/21 06: 02:04 ishii Exp $
3
3
4
4
if echo ' \c' | grep -s c > /dev/null 2>&1
5
5
then
@@ -14,6 +14,9 @@ if [ ! -d results ];then
14
14
mkdir results
15
15
fi
16
16
17
+ dropdb unitest
18
+ createdb -E UNICODE unitest
19
+
17
20
PSQL=" psql -n -e -q"
18
21
tests=" euc_jp sjis euc_kr euc_cn euc_tw big5 unicode mule_internal"
19
22
unset PGCLIENTENCODING
32
35
$PSQL euc_tw < sql/big5.sql > results/big5.out 2>&1
33
36
unset PGCLIENTENCODING
34
37
else
35
- destroydb $i > /dev/null 2>&1
38
+ dropdb $i > /dev/null 2>&1
36
39
createdb -E ` echo $i | tr ' abcdefghijklmnopqrstuvwxyz' ' ABCDEFGHIJKLMNOPQRSTUVWXYZ' ` $i > /dev/null
37
40
$PSQL $i < sql/${i} .sql > results/${i} .out 2>&1
38
41
fi
You can’t perform that action at this time.
0 commit comments