tests.blackbox: Avoid my local Kerberos setup from interfering with the blackbox...
authorJelmer Vernooij <jelmer@samba.org>
Sun, 13 Jan 2008 01:45:55 +0000 (02:45 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 13 Jan 2008 01:45:55 +0000 (02:45 +0100)
testprogs/blackbox/test_smbclient.sh

index bd3df0b2545281684902bdaea48c395bbdcd2c96..5d5edfeee4d070e0b1f9a4ddea21ec474fa99ee3 100755 (executable)
@@ -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