svn commit: samba r22547 - in branches/SAMBA_4_0/source/script/tests: .

metze at samba.org metze at samba.org
Sat Apr 28 08:43:52 GMT 2007


Author: metze
Date: 2007-04-28 08:43:51 +0000 (Sat, 28 Apr 2007)
New Revision: 22547

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22547

Log:
fix some pathes and make sure we work with relative and abslute prefix pathes

metze
Modified:
   branches/SAMBA_4_0/source/script/tests/selftest.pl


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/selftest.pl
===================================================================
--- branches/SAMBA_4_0/source/script/tests/selftest.pl	2007-04-28 08:37:36 UTC (rev 22546)
+++ branches/SAMBA_4_0/source/script/tests/selftest.pl	2007-04-28 08:43:51 UTC (rev 22547)
@@ -613,7 +613,7 @@
 		print CF "\twinbindd socket directory = $vars->{WINBINDD_SOCKET_DIR}\n";
 	}
 	print CF "
-	private dir = $srcdir_abs/$prefix/client/private
+	private dir = $prefix_abs/client/private
 	js include = $srcdir_abs/scripting/libjs
 	name resolve order = bcast
 	interfaces = $interfaces
@@ -622,7 +622,7 @@
 	notify:inotify = false
 	ldb:nosync = true
 	system:anonymous = true
-	torture:basedir = $prefix_abs
+	torture:basedir = $prefix_abs/client
 #We don't want to pass our self-tests if the PAC code is wrong
 	gensec:require_pac = true
 ";



More information about the samba-cvs mailing list