busybox/testsuite/head/head-n-works

4 lines
102 B
Plaintext

head -n 2 ../README > logfile.gnu
busybox head -n 2 ../README > logfile.bb
cmp logfile.gnu logfile.bb