Modify simple POSIX open test to use filenames containing a ':'
authorJeremy Allison <jra@samba.org>
Thu, 19 Mar 2009 04:49:32 +0000 (21:49 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 19 Mar 2009 04:49:32 +0000 (21:49 -0700)
character. Should stop regressions of bug #6196.
Jeremy.

source3/torture/torture.c

index 19849a84a89a3833fa1a2b965d4e1b2973d3e0f4..6029eb072781d8cc1670385009b2ad0f1d3644ae 100644 (file)
@@ -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;