aboutsummaryrefslogtreecommitdiff
path: root/testsuite/tr/tr-d-works
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tr/tr-d-works')
-rw-r--r--testsuite/tr/tr-d-works4
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..a86bfbd
--- /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
+
+diff -u logfile.gnu logfile.bb