[BusyBox-cvs] busybox/testsuite/xargs xargs-works,NONE,1.1
Erik Andersen
andersen at busybox.net
Tue Apr 6 11:10:33 UTC 2004
Update of /var/cvs/busybox/testsuite/xargs
In directory nail:/tmp/cvs-serv13250/testsuite/xargs
Added Files:
xargs-works
Log Message:
Kill off the old 'tests' stuff. Write a ton of new tests for the
'testsuite' dir. Fix a bunch of broken tests. Fix the testsuite
'runtest' script so it actually reports all failures and provides
meaningful feedback.
-Erik
--- NEW FILE: xargs-works ---
find -name \*works -type f | xargs md5sum > logfile.gnu
find -name \*works -type f | busybox xargs md5sum > logfile.bb
diff -u logfile.gnu logfile.bb
More information about the busybox-cvs
mailing list