X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=t%2Ft0004-server.sh;h=03957464e17e2a50596149e59627cd7584424fe9;hp=6a8e5bf1d77522658674a27e5370df26527f5c11;hb=3685a9093ae12ff9ce02fc58e607eb9b63894443;hpb=80541d0f045e1ed57332800eff9832e0a5b72ddf diff --git a/t/t0004-server.sh b/t/t0004-server.sh index 6a8e5bf1..03957464 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" @@ -83,7 +83,7 @@ test_require_executables "ssh-keygen" missing_executables="$result" if [[ -z "$missing_objects" && -z "$missing_executables" ]]; then - ssh-keygen -q -t rsa -b 2048 -N "" -f $privkey + ssh-keygen -q -t rsa -b 2048 -N "" -m PEM -f $privkey key_gen_result=$? read &>/dev/null < /dev/tcp/localhost/$port