OSDN Git Service

Add "uudecode -o -" support.
authorElliott Hughes <enh@google.com>
Mon, 3 Apr 2017 21:12:08 +0000 (14:12 -0700)
committerRob Landley <rob@landley.net>
Mon, 10 Apr 2017 20:20:00 +0000 (15:20 -0500)
commit0956d16785fd8df1a57d8bf063cddd5b5c1ec221
tree5bf256cebe0287e5c7703dba46163dfb3d0330ef
parentfea6d56777a3063b5af8b262df2a4a2573142962
Add "uudecode -o -" support.

busybox uudecode supports this, and POSIX explicitly mentions it (albeit
only in the "STDOUT" section). Plus Android doesn't have /dev/stdout and
/dev/stdin, so this lets us rewrite the uudecode tests so they pass on
Android too.
tests/uudecode.test
toys/posix/uudecode.c