650fe63467
'testsuite' dir. Fix a bunch of broken tests. Fix the testsuite 'runtest' script so it actually reports all failures and provides meaningful feedback. -Erik
4 lines
150 B
Plaintext
4 lines
150 B
Plaintext
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
|