testprogs/blackbox/test_kinit: reorder arguments to "net time" to fix make test
authorStefan Metzmacher <metze@samba.org>
Tue, 13 Apr 2010 08:09:18 +0000 (10:09 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 13 Apr 2010 08:09:18 +0000 (10:09 +0200)
metze

testprogs/blackbox/test_kinit.sh

index be5037b9f25066e688b8bab4d31d234810d200ef..08e88ba8b8eba4baf4c23c0967044658aad857ef 100755 (executable)
@@ -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=testPass@12%