From 94976ee2eff973bc9fd296da42ec50ee4008ad7e Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Wed, 27 Jul 2011 18:49:35 +1000 Subject: test-blackbox: Rearrange the arguments in required order for samba-tool time Python version of samba-tool requires the command and the subcommand to be specified before the options. Signed-off-by: Andrew Tridgell --- testprogs/blackbox/test_kinit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testprogs') diff --git a/testprogs/blackbox/test_kinit.sh b/testprogs/blackbox/test_kinit.sh index 36327ebe38..9c85b28878 100755 --- a/testprogs/blackbox/test_kinit.sh +++ b/testprogs/blackbox/test_kinit.sh @@ -69,7 +69,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 $samba_tool $CONFIGURATION -k yes $@ time $SERVER || failed=`expr $failed + 1` +testit "check time with kerberos ccache" $VALGRIND $samba_tool time $SERVER $CONFIGURATION -k yes $@ || failed=`expr $failed + 1` USERPASS=testPass@12% echo $USERPASS > $PREFIX/tmpuserpassfile -- cgit