diff options
Diffstat (limited to 'testsuite/tr/tr-d-works')
-rw-r--r-- | testsuite/tr/tr-d-works | 2 |
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 @@ | |||
1 | echo testing | tr -d aeiou > logfile.gnu | 1 | echo testing | tr -d aeiou > logfile.gnu |
2 | echo testing | busybox tr -d aeiou > logfile.bb | 2 | echo testing | busybox tr -d aeiou > logfile.bb |
3 | 3 | ||
4 | cmp logfile.gnu logfile.bb | 4 | diff -u logfile.gnu logfile.bb |