X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=t%2Ft0004-server.sh;h=7e8ea8205c71391ba44c06db1a013fbcb4f9442f;hb=62f16302b6cdb35de8b33894858cec81b34639be;hp=c2e809cb6da569d05177bd3552ece039047a96e7;hpb=f80453b693e6d3ce5450755310faf5e5d6e5c143;p=paraslash.git diff --git a/t/t0004-server.sh b/t/t0004-server.sh index c2e809cb..7e8ea820 100755 --- a/t/t0004-server.sh +++ b/t/t0004-server.sh @@ -27,8 +27,8 @@ declare -a oggs_base=(${oggs[@]##*/}) declare -a commands=() cmdline=() required_objects=() good=() bad=() i=0 commands[$i]="help" -cmdline[$i]="help" -good[$i]='help server ----' +cmdline[$i]="help -l" +good[$i]='help \{1,\}----' let i++ commands[$i]="init" @@ -45,7 +45,7 @@ bad[$i]='.' let i++ commands[$i]="ls_ogg" required_objects[$i]='ogg_afh' -cmdline[$i]="ls -l=v ${oggs_base[@]}" +cmdline[$i]="ls -l=v -b ${oggs_base[@]}" good[$i]='^basename:' let i++ @@ -69,7 +69,7 @@ bad[$i]='.' let i++ commands[$i]="ls" required_objects[$i]='ogg_afh' -cmdline[$i]="ls -l=v -p ${oggs[@]}" +cmdline[$i]="ls -l=v ${oggs[@]}" good[$i]='^attributes_txt: 33' let i++