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