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
5 lines
117 B
Plaintext
5 lines
117 B
Plaintext
echo testing | tr -d aeiou > logfile.gnu
|
|
echo testing | busybox tr -d aeiou > logfile.bb
|
|
|
|
cmp logfile.gnu logfile.bb
|