Skip to content

Commit 39f3c5d

Browse files
committed
unbreak unicode/utf8 test
1 parent db53fa6 commit 39f3c5d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
File renamed without changes.

src/test/mb/mbregress.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
# $PostgreSQL: pgsql/src/test/mb/mbregress.sh,v 1.8 2005/03/07 04:30:55 momjian Exp $
2+
# $PostgreSQL: pgsql/src/test/mb/mbregress.sh,v 1.9 2005/06/24 15:11:59 ishii Exp $
33

44
if echo '\c' | grep -s c >/dev/null 2>&1
55
then
@@ -14,8 +14,8 @@ if [ ! -d results ];then
1414
mkdir results
1515
fi
1616

17-
dropdb unitest
18-
createdb -E UTF8 unitest
17+
dropdb utf8
18+
createdb -E UTF8 utf8
1919

2020
PSQL="psql -n -e -q"
2121
tests="euc_jp sjis euc_kr euc_cn euc_tw big5 utf8 mule_internal"
File renamed without changes.

0 commit comments

Comments
 (0)