Lines Matching refs:t
58 for t in $targets; do
60 echo $ac_n " test data: $from -> $t $ac_c"
61 $PROG -f $from -t $t testdata/$from < /dev/null > $temp1 ||
65 if test -s testdata/$from..$t; then
66 LC_ALL=C cmp $temp1 testdata/$from..$t > /dev/null 2>&1 ||
71 $PROG -f $t -t $to -o $temp2 $temp1 < /dev/null ||
86 echo $ac_n " suntzu: $from -> $t -> $to $ac_c"
87 $PROG -f $from -t $t testdata/suntzus < /dev/null |
88 $PROG -f $t -t $to > $temp1 ||
99 if test "$t" = UTF8; then tc=UTF-8; else tc="$t"; fi
104 echo $ac_n "test charmap: $from -> $t $ac_c"
110 if test -s testdata/$from..$t; then
111 LC_ALL=C cmp $temp1 testdata/$from..$t > /dev/null 2>&1 ||