Commit 39f3c5d3 authored by Tatsuo Ishii's avatar Tatsuo Ishii

unbreak unicode/utf8 test

parent db53fa6d
#! /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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment