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-works2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tr/tr-d-works b/testsuite/tr/tr-d-works
index d939e8b0f..a86bfbdf9 100644
--- a/testsuite/tr/tr-d-works
+++ b/testsuite/tr/tr-d-works
@@ -1,4 +1,4 @@
echo testing | tr -d aeiou > logfile.gnu
echo testing | busybox tr -d aeiou > logfile.bb
-cmp logfile.gnu logfile.bb
+diff -u logfile.gnu logfile.bb