s4-test: fixed a typo in test_kinit.sh
[ab/samba.git/.git] / testprogs / blackbox / test_kinit.sh
index b8e60d4b05742fb62616fe8b76a8f07e6b004821..2e65fe0088e79c9fc0d0380865c9bf348cc9594b 100755 (executable)
@@ -166,7 +166,7 @@ export KRB5CCNAME
 testit "del user with kerberos ccache" $VALGRIND $net user delete nettestuser $CONFIGURATION -k yes $@ || failed=`expr $failed + 1`
 
 rm -f $KRB5CCNAME
-testit "kinit with machineaccountccache script" $machineaccountccache $CONFIGURATTION $KRB5CCNAME || failed=`expr $failed + 1`
+testit "kinit with machineaccountccache script" $machineaccountccache $CONFIGURATION $KRB5CCNAME || failed=`expr $failed + 1`
 test_smbclient "Test machine account login with kerberos ccache" 'ls' -k yes || failed=`expr $failed + 1`
 
 testit "reset password policies" $VALGRIND $net pwsettings $PWSETCONFIG set --complexity=default --history-length=default --min-pwd-length=default --min-pwd-age=default --max-pwd-age=default || failed=`expr $failed + 1`