]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Suppress unneccesary message from createdb
authorTatsuo Ishii <ishii@postgresql.org>
Sun, 27 Feb 2000 10:20:13 +0000 (10:20 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Sun, 27 Feb 2000 10:20:13 +0000 (10:20 +0000)
src/test/mb/mbregress.sh

index 9216d3c58be05a763d62ad64baa32ac7e67649e2..01e2ad5f3bf41484099c98528a92cba9bdb099d7 100644 (file)
@@ -1,5 +1,5 @@
 #! /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
 then
@@ -33,7 +33,7 @@ do
                unset PGCLIENTENCODING
        else
                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
        fi