1if (!`SELECT count(*) AS 'true' FROM information_schema.collations WHERE collation_name LIKE '$collation'`) {
2   skip Test needs character set '$collation';
3}
4