test, echo, printf: don't accept option abbreviation
commit7b1967351c80c56abc5b8c6c4a66ffba80050c5c
authorEric Blake <ebb9@byu.net>
Wed, 14 Jan 2009 04:59:35 +0000 (13 21:59 -0700)
committerEric Blake <ebb9@byu.net>
Wed, 14 Jan 2009 21:32:13 +0000 (14 14:32 -0700)
tree50837c792ec3c309bf36f03db3b160b3750832b6
parentd01338eb3d30e5634f1b4d4179c229f54eea0b44
test, echo, printf: don't accept option abbreviation

* src/test.c (main): Directly parse accepted options, thus
avoiding abbreviations.
* src/echo.c (main): Likewise.
* src/printf.c (main): Likewise.
src/echo.c
src/printf.c
src/test.c