X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=t%2Ft0004-server.sh;h=6a8e5bf1d77522658674a27e5370df26527f5c11;hp=1963748f81547ac5706b992597cc41955abffa6d;hb=80541d0f045e1ed57332800eff9832e0a5b72ddf;hpb=21c6e0b09b42e61e72b741bd726856ab0bcd1d64 diff --git a/t/t0004-server.sh b/t/t0004-server.sh index 1963748f..6a8e5bf1 100755 --- a/t/t0004-server.sh +++ b/t/t0004-server.sh @@ -28,7 +28,7 @@ declare -a commands=() cmdline=() required_objects=() good=() bad=() i=0 commands[$i]="help" cmdline[$i]="help" -good[$i]='help server ----' +good[$i]='help ----' let i++ commands[$i]="init" @@ -69,7 +69,7 @@ bad[$i]='.' let i++ commands[$i]="ls" required_objects[$i]='ogg_afh' -cmdline[$i]="ls -l=v -F ${oggs[@]}" +cmdline[$i]="ls -l=v ${oggs[@]}" good[$i]='^attributes_txt: 33' let i++