dpkg: run_package_script() returns 0 if all ok and non-zero if failure.
[oweals/busybox.git] / testsuite / tail / tail-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