Kill off the old 'tests' stuff. Write a ton of new tests for the
[oweals/busybox.git] / testsuite / uuencode / uuencode-sets-standard-input-mode-correctly
1 saved_umask=$(umask)
2 umask 0
3 busybox uuencode foo </dev/null | head -n 1 | grep -q 666
4 umask $saved_umask