summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-05-24 06:01:05 +0000
committerAndrew Tridgell <tridge@samba.org>2000-05-24 06:01:05 +0000
commita92f8c8620272bcbdd73741b8e87f8d5fac45b49 (patch)
treec40146d3f6e12aa7638ff989a539805bff304255
parenta9133e2df038c73d3e9f1ffec7628dbde289085c (diff)
downloadsamba-a92f8c8620272bcbdd73741b8e87f8d5fac45b49.tar.gz
samba-a92f8c8620272bcbdd73741b8e87f8d5fac45b49.tar.xz
samba-a92f8c8620272bcbdd73741b8e87f8d5fac45b49.zip
use \\ in front of filenames
-rw-r--r--source/utils/torture.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/utils/torture.c b/source/utils/torture.c
index 8f22c011e1f..0a3edc4e983 100644
--- a/source/utils/torture.c
+++ b/source/utils/torture.c
@@ -1178,7 +1178,7 @@ static void run_denytest1(int dummy)
static struct cli_state cli1, cli2;
int fnum1, fnum2;
int f, d1, d2, o1, o2, x=0;
- char *fnames[] = {"denytest1.exe", "denytest1.dat", NULL};
+ char *fnames[] = {"\\denytest1.exe", "\\denytest1.dat", NULL};
struct {
int v;
char *name;
@@ -1269,7 +1269,7 @@ static void run_denytest2(int dummy)
static struct cli_state cli1;
int fnum1, fnum2;
int f, d1, d2, o1, o2, x=0;
- char *fnames[] = {"denytest2.exe", "denytest2.dat", NULL};
+ char *fnames[] = {"\\denytest2.exe", "\\denytest2.dat", NULL};
struct {
int v;
char *name;