[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-385-g1d703dc

Jelmer Vernooij jelmer at samba.org
Sun Jan 13 01:46:43 GMT 2008


The branch, v4-0-test has been updated
       via  1d703dcf3a888e4c8301a4f53a289ff18bf89f75 (commit)
      from  1fe5c1ad07c574dc094f59f728025dfcafa0cf22 (commit)

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


- Log -----------------------------------------------------------------
commit 1d703dcf3a888e4c8301a4f53a289ff18bf89f75
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Sun Jan 13 02:45:55 2008 +0100

    tests.blackbox: Avoid my local Kerberos setup from interfering with the blackbox.smbclient test.

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

Summary of changes:
 testprogs/blackbox/test_smbclient.sh |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/testprogs/blackbox/test_smbclient.sh b/testprogs/blackbox/test_smbclient.sh
index bd3df0b..5d5edfe 100755
--- a/testprogs/blackbox/test_smbclient.sh
+++ b/testprogs/blackbox/test_smbclient.sh
@@ -144,12 +144,14 @@ testit "Test login with PASSWD" $VALGRIND $smbclient -c 'ls' $CONFIGURATION //$S
 oldUSER=$USER
 USER="$USERNAME" 
 export USER
-testit "Test login with USER and PASSWD" $VALGRIND $smbclient -c 'ls' $CONFIGURATION //$SERVER/tmp -W "$DOMAIN" || failed=`expr $failed + 1`
+testit "Test login with USER and PASSWD" $VALGRIND $smbclient -k no -c 'ls' $CONFIGURATION //$SERVER/tmp -W "$DOMAIN" || failed=`expr $failed + 1`
 PASSWD=
 export PASSWD
 unset PASSWD
 USER=$oldUSER
 export USER
 
+printenv
+
 rm -f tmpfile tmpfile-old tmpfilex tmpauthfile tmppassfile
 exit $failed


-- 
Samba Shared Repository


More information about the samba-cvs mailing list