This commit was manufactured by cvs2svn to create tag 'busybox_1_00'.
[oweals/busybox.git] / busybox / testsuite / xargs / xargs-works
1 [ -n "$d" ] || d=..
2 find "$d" -name \*works -type f | xargs md5sum > logfile.gnu
3 find "$d" -name \*works -type f | busybox xargs md5sum > logfile.bb
4 diff -u logfile.gnu logfile.bb