svn commit: samba r22256 - in branches/SAMBA_4_0: . source/torture

jelmer at samba.org jelmer at samba.org
Mon Apr 16 10:04:40 GMT 2007


Author: jelmer
Date: 2007-04-16 10:04:39 +0000 (Mon, 16 Apr 2007)
New Revision: 22256

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

Log:
Use shorter directory names for tests.
Modified:
   branches/SAMBA_4_0/
   branches/SAMBA_4_0/source/torture/util.c


Changeset:

Property changes on: branches/SAMBA_4_0
___________________________________________________________________
Name: bzr:merge
...skipped...

Modified: branches/SAMBA_4_0/source/torture/util.c
===================================================================
--- branches/SAMBA_4_0/source/torture/util.c	2007-04-16 09:44:15 UTC (rev 22255)
+++ branches/SAMBA_4_0/source/torture/util.c	2007-04-16 10:04:39 UTC (rev 22256)
@@ -33,7 +33,7 @@
 {
 	const char *basedir = lp_parm_string(-1, "torture", "basedir");
 	if (basedir == NULL) basedir = ".";
-	*tempdir = talloc_asprintf(mem_ctx, "%s/torture.tmp-%s.XXXXXX", 
+	*tempdir = talloc_asprintf(mem_ctx, "%s/%s.XXXXXX", 
 							   basedir, prefix);
 
 	if (mkdtemp(*tempdir) == NULL)



More information about the samba-cvs mailing list