X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=t%2Ft0004-server.sh;h=7e8ea8205c71391ba44c06db1a013fbcb4f9442f;hp=6a8e5bf1d77522658674a27e5370df26527f5c11;hb=e072e2a4feb9879f66bc4847a5007cec07b5f5f7;hpb=3fcf6bc4d3ac9205b113555d017f069d08de60a8 diff --git a/t/t0004-server.sh b/t/t0004-server.sh index 6a8e5bf1..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 ----' +cmdline[$i]="help -l" +good[$i]='help \{1,\}----' let i++ commands[$i]="init"