s4-test: fixed test_kinit.sh time command test
authorAndrew Tridgell <tridge@samba.org>
Fri, 15 Oct 2010 09:31:06 +0000 (20:31 +1100)
committerAndrew Tridgell <tridge@samba.org>
Fri, 15 Oct 2010 09:32:03 +0000 (09:32 +0000)
passing -W breaks -k yes

testprogs/blackbox/test_kinit.sh

index c748b4d0567eca32acf592f3355e0f544eaec822..b8e60d4b05742fb62616fe8b76a8f07e6b004821 100755 (executable)
@@ -68,7 +68,7 @@ testit "kinit renew ticket" $samba4kinit $enctype --request-pac -R
 
 test_smbclient "Test login with kerberos ccache" 'ls' -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 "check time with kerberos ccache" $VALGRIND $net $CONFIGURATION -k yes $@ time $SERVER || failed=`expr $failed + 1`
 
 USERPASS=testPass@12%
 echo $USERPASS > ./tmpuserpassfile