This commit was manufactured by cvs2svn to create tag 'busybox_1_00'.
[oweals/busybox.git] / busybox / testsuite / tail / tail-n-works
1 [ -n "$d" ] || d=..
2 tail -n 2 "$d/README" > logfile.gnu
3 busybox tail -n 2 "$d/README" > logfile.bb
4 cmp logfile.gnu logfile.bb