[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-530-g69093de

Jeremy Allison jra at samba.org
Thu Mar 19 04:50:40 GMT 2009


The branch, v3-4-test has been updated
       via  69093de0a3ae958c214542bb4f374ed90ff1c82d (commit)
      from  913d1f2af87fa449881a6fd2774a9dfdcb198fb4 (commit)

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


- Log -----------------------------------------------------------------
commit 69093de0a3ae958c214542bb4f374ed90ff1c82d
Author: Jeremy Allison <jra at samba.org>
Date:   Wed Mar 18 21:48:20 2009 -0700

    Modify simple POSIX open test to use filenames containing a ':'
    character. Should stop regressions of bug #6196.
    Jeremy.

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

Summary of changes:
 source3/torture/torture.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/torture/torture.c b/source3/torture/torture.c
index 19849a8..6029eb0 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -4160,8 +4160,8 @@ static bool run_opentest(int dummy)
 static bool run_simple_posix_open_test(int dummy)
 {
 	static struct cli_state *cli1;
-	const char *fname = "\\posix.file";
-	const char *dname = "\\posix.dir";
+	const char *fname = "\\posix:file";
+	const char *dname = "\\posix:dir";
 	uint16 major, minor;
 	uint32 caplow, caphigh;
 	int fnum1 = -1;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list