Lines Matching refs:rest
41 while read -r name tt cl ty rest
43 myecho "$cl $ty $rest" | $RRCHECKER -p > checker.out || {
45 echo "I: '$cl $ty $rest' not handled."
48 test "$cl $ty $rest" = "$cl0 $ty0 $rest0" || {
50 echo "I: '$cl $ty $rest' != '$cl0 $ty0 $rest0'"
59 while read -r name tt cl ty rest
61 myecho "$cl $ty $rest" | $RRCHECKER -u > checker.out || {
63 echo "I: '$cl $ty $rest' not converted to unknown record format"
68 echo "I: '$cl $ty $rest' not converted back to canonical format"
71 test "$cl $ty $rest" = "$cl0 $ty0 $rest0" || {
73 echo "I: '$cl $ty $rest' != '$cl0 $ty0 $rest0'"