Kill off the old 'tests' stuff. Write a ton of new tests for the
[oweals/busybox.git] / testsuite / xargs / xargs-works
1 find -name \*works -type f | xargs md5sum > logfile.gnu
2 find -name \*works -type f | busybox xargs md5sum > logfile.bb
3 diff -u logfile.gnu logfile.bb