Initial public busybox upstream commit
[busybox4maemo] / testsuite / tr / tr-d-works
1 echo testing | tr -d aeiou > logfile.gnu
2 echo testing | busybox tr -d aeiou > logfile.bb
3
4 diff -u logfile.gnu logfile.bb