commit | 0956d16785fd8df1a57d8bf063cddd5b5c1ec221 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Apr 03 14:12:08 2017 -0700 |
committer | Rob Landley <rob@landley.net> | Mon Apr 10 15:20:00 2017 -0500 |
tree | 5bf256cebe0287e5c7703dba46163dfb3d0330ef | |
parent | fea6d56777a3063b5af8b262df2a4a2573142962 [diff] |
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.