Kill off the old 'tests' stuff. Write a ton of new tests for the
[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