#!/bin/sh

exec 2>&1

set -ex

export LANG=C.UTF-8

mysql -u root -e 'CREATE DATABASE test'

ruby test/test_mysql.rb
