diff options
Diffstat (limited to 'testsuite/tr/tr-d-works')
-rw-r--r-- | testsuite/tr/tr-d-works | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tr/tr-d-works b/testsuite/tr/tr-d-works new file mode 100644 index 0000000..d939e8b --- /dev/null +++ b/testsuite/tr/tr-d-works @@ -0,0 +1,4 @@ +echo testing | tr -d aeiou > logfile.gnu +echo testing | busybox tr -d aeiou > logfile.bb + +cmp logfile.gnu logfile.bb |