maint: code formatting nit
[cppi/ericb.git] / tests / 8-bit
blob8cae872de425800f7c88f5e19e4589f819406a17
1 #!/bin/sh
3 t=`basename $0`
5 echo a| tr a '\300' > $t.I
6 cp $t.I $t.EO
7 > $t.Ee
9 redirect_stdin=no
10 expected_status=0
12 . $srcdir/test-common