From aabf523cafaf3ee528a51dff71332c8073670971 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 24 May 2000 06:01:05 +0000 Subject: use \\ in front of filenames (This used to be commit a92f8c8620272bcbdd73741b8e87f8d5fac45b49) --- source3/utils/torture.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/utils') diff --git a/source3/utils/torture.c b/source3/utils/torture.c index 8f22c011e1..0a3edc4e98 100644 --- a/source3/utils/torture.c +++ b/source3/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; -- cgit