summaryrefslogtreecommitdiff
path: root/source3/utils
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
commitaabf523cafaf3ee528a51dff71332c8073670971 (patch)
tree0b633722f1a384081f705e7e615b9c58d5cceccf /source3/utils
parentefc723ddd184ec1f511f25ffbb0451708be97a24 (diff)
downloadsamba-aabf523cafaf3ee528a51dff71332c8073670971.tar.gz
samba-aabf523cafaf3ee528a51dff71332c8073670971.tar.bz2
samba-aabf523cafaf3ee528a51dff71332c8073670971.zip
use \\ in front of filenames
(This used to be commit a92f8c8620272bcbdd73741b8e87f8d5fac45b49)
Diffstat (limited to 'source3/utils')
-rw-r--r--source3/utils/torture.c4
1 files changed, 2 insertions, 2 deletions
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;