|
|
|
|
@ -41,7 +41,7 @@ for f in char varchar text; do |
|
|
|
|
|
|
|
|
|
destroydb testlocale >/dev/null 2>&1 |
|
|
|
|
createdb testlocale || abort "createdb failed" |
|
|
|
|
psql -d testlocale -c "CREATE TABLE usastates (abbrev char2, name_en char(20), name_ru $ftype);" >/dev/null 2>&1 || abort "createtable failed" |
|
|
|
|
psql -d testlocale -c "CREATE TABLE usastates (abbrev char(2), name_en char(20), name_ru $ftype);" >/dev/null 2>&1 || abort "createtable failed" |
|
|
|
|
psql testlocale < test-koi8.sql.in > test-koi8-$f.sql.out 2>/dev/null || abort "test query failed" |
|
|
|
|
diff expected/test-koi8-$f.sql.out test-koi8-$f.sql.out |
|
|
|
|
done |
|
|
|
|
|