Add SWAP_LE?? and SWAP_BE?? macros, and make things use them. Converts values
[oweals/busybox.git] / 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