diff options
Diffstat (limited to 'testsuite/tail/tail-works')
-rw-r--r-- | testsuite/tail/tail-works | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tail/tail-works b/testsuite/tail/tail-works index 64e6d88ab..f3434d1a9 100644 --- a/testsuite/tail/tail-works +++ b/testsuite/tail/tail-works | |||
@@ -1,4 +1,4 @@ | |||
1 | echo -ne "abc\ndef\n123\n" >input | 1 | $ECHO -ne "abc\ndef\n123\n" >input |
2 | echo -ne "def\n123\n" >logfile.ok | 2 | $ECHO -ne "def\n123\n" >logfile.ok |
3 | busybox tail -2 input > logfile.bb | 3 | busybox tail -2 input > logfile.bb |
4 | cmp logfile.ok logfile.bb | 4 | cmp logfile.ok logfile.bb |