test1 alias --simple --arg2 \
	--POPTdesc=$"simple description" --POPTargs=$"ARG"
test1 alias --two --arg1 --arg2 alias
test1 alias --takerest --
test1 alias -T --arg2
test1 alias -O --arg1

test1 alias --grab --arg2 "'foo !#:+'"
test1 alias --grabbar --grab bar

test1 exec --echo-args /bin/echo
test1 alias -e --echo-args
test1 exec -a /bin/echo
test2 alias --pwd --password \
	--POPTdesc=$"password" --POPTargs=$"ARG"
test2 alias --twotest2 --keyfile=popt-key-file  -F popt-fax
test2 alias -V --dayphone
test2 alias -Z --fax
test2 exec  -Y /bin/echo
