[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-1719-gd12c49e

Kai Blin kai at samba.org
Wed Jan 30 17:36:57 GMT 2008


The branch, v3-2-test has been updated
       via  d12c49e60f4390707c924b9e9f12fa9333b006e2 (commit)
      from  11c9c1536b153047ba387b9804f34a6555a5ae26 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit d12c49e60f4390707c924b9e9f12fa9333b006e2
Author: Kai Blin <kai at samba.org>
Date:   Wed Jan 30 18:34:24 2008 +0100

    ntlm_auth: Fix another typo in the test.
    
    This _should_ be the last one.

-----------------------------------------------------------------------

Summary of changes:
 source/script/tests/test_ntlm_auth_s3.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/script/tests/test_ntlm_auth_s3.sh b/source/script/tests/test_ntlm_auth_s3.sh
index 6bcb3e2..6c97f2e 100755
--- a/source/script/tests/test_ntlm_auth_s3.sh
+++ b/source/script/tests/test_ntlm_auth_s3.sh
@@ -13,9 +13,9 @@ then
 	exit 0
 fi
 
-testit "ntlm_auth" $VALGRIND $SRCDIR/torture/test_ntlm_auth.py $BINDIR/ntlm_auth --configfile $CONFFILE || failed=`expr $failed + 1`
+testit "ntlm_auth" $VALGRIND $SRCDIR/torture/test_ntlm_auth.py $BINDIR/ntlm_auth --configfile=$CONFFILE || failed=`expr $failed + 1`
 # This should work even with NTLMv2
-testit "ntlm_auth" $VALGRIND $SRCDIR/torture/test_ntlm_auth.py $BINDIR/ntlm_auth --configfile $CONFFILE --client-domain=fOo --server-domain=fOo || failed=`expr $failed + 1`
+testit "ntlm_auth" $VALGRIND $SRCDIR/torture/test_ntlm_auth.py $BINDIR/ntlm_auth --configfile=$CONFFILE --client-domain=fOo --server-domain=fOo || failed=`expr $failed + 1`
 
 
 testok $0 $failed


-- 
Samba Shared Repository


More information about the samba-cvs mailing list