The branch, master has been updated
       via  16d4d03... testprogs/blackbox/test_kinit: reorder arguments to "net 
time" to fix make test
      from  4cff89a... s4:tortore/rpc/spoolss: some compilers don't like 
.foo.bar = 5

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 16d4d0346daa9678f2969fa1fde52eed58643c00
Author: Stefan Metzmacher <me...@samba.org>
Date:   Tue Apr 13 10:09:18 2010 +0200

    testprogs/blackbox/test_kinit: reorder arguments to "net time" to fix make 
test
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 testprogs/blackbox/test_kinit.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

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%


-- 
Samba Shared Repository

Reply via email to