#!/bin/sh

t=`basename $0`

echo a| tr a '\300' > $t.I
cp $t.I $t.EO
> $t.Ee

redirect_stdin=no
expected_status=0

. $top_srcdir/tests/test-common
