1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-05 23:38:41 +03:00

unbreak unicode/utf8 test

This commit is contained in:
Tatsuo Ishii
2005-06-24 15:12:00 +00:00
parent db53fa6dc7
commit 39f3c5d385
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
#! /bin/sh
# $PostgreSQL: pgsql/src/test/mb/mbregress.sh,v 1.8 2005/03/07 04:30:55 momjian Exp $
# $PostgreSQL: pgsql/src/test/mb/mbregress.sh,v 1.9 2005/06/24 15:11:59 ishii Exp $
if echo '\c' | grep -s c >/dev/null 2>&1
then
@@ -14,8 +14,8 @@ if [ ! -d results ];then
mkdir results
fi
dropdb unitest
createdb -E UTF8 unitest
dropdb utf8
createdb -E UTF8 utf8
PSQL="psql -n -e -q"
tests="euc_jp sjis euc_kr euc_cn euc_tw big5 utf8 mule_internal"