[SCM] Samba Shared Repository - branch v4-0-test updated - release-4-0-0alpha2-646-g3c71aae

Jelmer Vernooij jelmer at samba.org
Fri Feb 8 01:21:36 GMT 2008


The branch, v4-0-test has been updated
       via  3c71aae2a3e3de0e2372410dd363a7d6015174e6 (commit)
       via  16382999bebf158996e16219e7053ef4821550c1 (commit)
      from  af283cd787ef4642fc4ba642ea37a1eede2d2f41 (commit)

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


- Log -----------------------------------------------------------------
commit 3c71aae2a3e3de0e2372410dd363a7d6015174e6
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Fri Feb 8 01:19:14 2008 +0100

    Skip offline tests.

commit 16382999bebf158996e16219e7053ef4821550c1
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Fri Feb 8 00:34:29 2008 +0100

    Put temporary test files  in test directory.

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

Summary of changes:
 source/samba4-knownfail          |    1 -
 source/samba4-skip               |    1 +
 testprogs/blackbox/test_kinit.sh |    2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/samba4-knownfail b/source/samba4-knownfail
index 6b2217c..b1b2140 100644
--- a/source/samba4-knownfail
+++ b/source/samba4-knownfail
@@ -34,4 +34,3 @@ RPC-NETLOGON.*.GetTrustPasswords
 BASE-CHARSET.*.Testing partial surrogate
 .*NET-API-DELSHARE.*				# DelShare isn't implemented yet
 RAP.*netservergetinfo
-RAW-OFFLINE 			# Samba 4 doesn't have much offline support yet
diff --git a/source/samba4-skip b/source/samba4-skip
index 8ce9c4f..b53f444 100644
--- a/source/samba4-skip
+++ b/source/samba4-skip
@@ -50,3 +50,4 @@ RPC-FRSAPI							# Not provided by Samba 4
 WINBIND							# FIXME: This should not be skipped
 NSS-TEST						# Fails
 samba4.samba3sam.python		# Conversion from EJS not yet finished
+RAW-OFFLINE 			# Samba 4 doesn't have much offline support yet
diff --git a/testprogs/blackbox/test_kinit.sh b/testprogs/blackbox/test_kinit.sh
index db12fba..d4eff07 100755
--- a/testprogs/blackbox/test_kinit.sh
+++ b/testprogs/blackbox/test_kinit.sh
@@ -56,7 +56,7 @@ test_smbclient() {
 	return $status
 }
 
-KRB5CCNAME=`pwd`/tmpccache
+KRB5CCNAME="$PREFIX/tmpccache"
 export KRB5CCNAME
 
 echo $PASSWORD > ./tmppassfile


-- 
Samba Shared Repository


More information about the samba-cvs mailing list