Hi Metze,

On Tue, 2010-04-13 at 03:10 -0500, Stefan Metzmacher wrote:
> diff --git a/testprogs/blackbox/test_kinit.sh 
> b/testprogs/blackbox/test_kinit.sh
> index be5037b..08e88ba 100755
> --- a/testprogs/blackbox/test_kinit.sh
> +++ b/testprogs/blackbox/test_kinit.sh
> @@ -64,7 +64,7 @@ testit "kinit renew ticket" $samba4kinit --request-pac -R
>  test_smbclient "Test login with kerberos ccache" 'ls' -k yes || failed=`expr 
> $failed + 1`
>  
>  testit "domain join with kerberos ccache" $VALGRIND $net join $DOMAIN 
> $CONFIGURATION  -W "$DOMAIN" -k yes $@ || failed=`expr $failed + 1`
> -testit "check time with kerberos ccache" $VALGRIND $net time $SERVER 
> $CONFIGURATION  -W "$DOMAIN" -k yes $@ || failed=`expr $failed + 1`
> +testit "check time with kerberos ccache" $VALGRIND $net $CONFIGURATION -W 
> "$DOMAIN" -k yes $@ time $SERVER || failed=`expr $failed + 1`
>  
>  testit "add user with kerberos ccache" $VALGRIND $net user add nettestuser 
> $CONFIGURATION  -k yes $@ || failed=`expr $failed + 1`
>  userpass=testp...@12%
Thanks for spotting that! I'll see if I can fix it not to rely on the
parameter ordering.

Cheers,

Jelmer

Reply via email to