mirror of https://github.com/mvdan/fdroidcl.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
432 B
23 lines
432 B
env HOME=$WORK/home |
|
|
|
! fdroidcl |
|
stderr '^usage: fdroidcl \[-h' |
|
|
|
! fdroidcl -h |
|
stderr '^usage: fdroidcl \[-h' |
|
! stderr 'test\.' # don't include flags from testing |
|
! stderr 'command not specified' |
|
! stdout . |
|
|
|
fdroidcl version |
|
stdout '^v0\.4' |
|
|
|
! fdroidcl -badflag -- somepkg |
|
stderr '-badflag' |
|
stderr '^usage: fdroidcl \[-h' |
|
|
|
! fdroidcl search -h |
|
stderr '^usage: fdroidcl search .*regexp' |
|
stderr '-i.*Filter installed apps' |
|
|
|
! fdroidcl
|
|
|