busybox/testsuite/tail/tail-n-works

5 lines
126 B
Plaintext

[ -n "$d" ] || d=..
tail -n 2 "$d/README" > logfile.gnu
busybox tail -n 2 "$d/README" > logfile.bb
cmp logfile.gnu logfile.bb