mirror of
https://github.com/sheumann/hush.git
synced 2024-11-19 23:31:39 +00:00
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
80 B
Plaintext
4 lines
80 B
Plaintext
du -m .. > logfile.gnu
|
|
busybox du -m .. > logfile.bb
|
|
cmp logfile.gnu logfile.bb
|