#!/bin/sh

set -e
set -x

# Smoke test some of the tools
uconv -f utf8 -t latin1 /etc/hostname
pkgconf --modversion icu-i18n

echo 'Smoke test of test driver succesful'
exit 0
