5 Usage: test_ntlm_auth_s3.sh PYTHON SRC3DIR
15 test x
"$TEST_FUNCTIONS_SH" != x
"INCLUDED" && {
16 incdir
=`dirname $0`/..
/..
/..
/testprogs
/blackbox
22 testit
"ntlm_auth" $PYTHON $SRC3DIR/torture
/test_ntlm_auth.py
$BINDIR/ntlm_auth
$ADDARGS || failed
=`expr $failed + 1`
23 # This should work even with NTLMv2
24 testit
"ntlm_auth" $PYTHON $SRC3DIR/torture
/test_ntlm_auth.py
$BINDIR/ntlm_auth
$ADDARGS --client-domain=fOo
--server-domain=fOo || failed
=`expr $failed + 1`