diff options
Diffstat (limited to 'testsuite/tail/tail-n-works')
-rw-r--r-- | testsuite/tail/tail-n-works | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tail/tail-n-works b/testsuite/tail/tail-n-works index e5b260caf..0e1319fa6 100644 --- a/testsuite/tail/tail-n-works +++ b/testsuite/tail/tail-n-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 -n 2 input > logfile.bb | 3 | busybox tail -n 2 input > logfile.bb |
4 | cmp logfile.ok logfile.bb | 4 | cmp logfile.ok logfile.bb |