a bit more IPv6-ization work
[oweals/busybox.git] / testsuite / tr / tr-d-works
1 echo testing | tr -d aeiou > logfile.gnu
2 echo testing | busybox tr -d aeiou > logfile.bb
3
4 cmp logfile.gnu logfile.bb