diff options
Diffstat (limited to 'testsuite/tail/tail-n-works')
-rw-r--r-- | testsuite/tail/tail-n-works | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tail/tail-n-works b/testsuite/tail/tail-n-works new file mode 100644 index 000000000..321db7f8a --- /dev/null +++ b/testsuite/tail/tail-n-works @@ -0,0 +1,3 @@ +tail -n 2 ../README > logfile.gnu +busybox tail -n 2 ../README > logfile.bb +cmp logfile.gnu logfile.bb |