Kill off the old 'tests' stuff. Write a ton of new tests for the
[oweals/busybox.git] / testsuite / tail / tail-n-works
1 tail -n 2 ../README > logfile.gnu
2 busybox tail -n 2 ../README > logfile.bb
3 cmp logfile.gnu logfile.bb