Move sed over to the generic llist_t for append. Saves about 90 bytes.
[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