Rev 11870: Use shorter directory names for tests. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

Jelmer Vernooij jelmer at samba.org
Mon Apr 16 11:04:18 GMT 2007


At file:///home/jelmer/bzr.samba/SAMBA_4_0/

------------------------------------------------------------
revno: 11870
revision-id: jelmer at samba.org-20070416110407-wafbz0qz549w9oor
parent: svn-v2:22253 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: SAMBA_4_0
timestamp: Mon 2007-04-16 13:04:07 +0200
message:
  Use shorter directory names for tests.
modified:
  source/torture/util.c          svn-v2:16518 at 0c0555d6-39d7-0310-84fc-f1cc0bd64818-branches%2fSAMBA_4_0-source%2ftorture%2futil.c
=== modified file 'source/torture/util.c'
--- a/source/torture/util.c	2006-11-12 03:40:38 +0000
+++ b/source/torture/util.c	2007-04-16 11:04:07 +0000
@@ -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