aboutsummaryrefslogtreecommitdiff
path: root/testsuite/tr/tr-d-works
blob: d939e8b0f3858dcce0cf983303e5ee1b2c92546d (plain)
1
2
3
4
echo testing | tr -d aeiou > logfile.gnu
echo testing | busybox tr -d aeiou > logfile.bb

cmp logfile.gnu logfile.bb