Commit 570bb30d authored by Tatsuo Ishii's avatar Tatsuo Ishii

Suppress unneccesary message from createdb

parent c9ceab96
#! /bin/sh #! /bin/sh
# $Header: /cvsroot/pgsql/src/test/mb/mbregress.sh,v 1.3 1999/02/02 18:51:32 momjian Exp $ # $Header: /cvsroot/pgsql/src/test/mb/mbregress.sh,v 1.4 2000/02/27 10:20:13 ishii Exp $
if echo '\c' | grep -s c >/dev/null 2>&1 if echo '\c' | grep -s c >/dev/null 2>&1
then then
...@@ -33,7 +33,7 @@ do ...@@ -33,7 +33,7 @@ do
unset PGCLIENTENCODING unset PGCLIENTENCODING
else else
destroydb $i >/dev/null 2>&1 destroydb $i >/dev/null 2>&1
createdb -E `echo $i|tr "[a-z]" "[A-Z]"` $i createdb -E `echo $i|tr "[a-z]" "[A-Z]"` $i >/dev/null
$PSQL $i < sql/${i}.sql > results/${i}.out 2>&1 $PSQL $i < sql/${i}.sql > results/${i}.out 2>&1
fi fi
......
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