mirror of
https://git.busybox.net/busybox
synced 2026-02-07 20:50:26 +00:00
'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
106 B
Text
4 lines
106 B
Text
saved_umask=$(umask)
|
|
umask 0
|
|
busybox uuencode foo </dev/null | head -n 1 | grep -q 666
|
|
umask $saved_umask
|