From aeda6017ac8954a829cd300dd5e3c8cb05d0b896 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 8 Jan 2007 16:11:44 +0000 Subject: r20613: The individual tests are fine, I did run samba3badpath, but raw-samba3hide left test.txt with permissions 000 behind... Volker (This used to be commit fdd501f8032dceb05989c582132b036bb22e6fb1) --- source4/torture/raw/samba3hide.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/torture') diff --git a/source4/torture/raw/samba3hide.c b/source4/torture/raw/samba3hide.c index 8c90ed49b2..d26ff98184 100644 --- a/source4/torture/raw/samba3hide.c +++ b/source4/torture/raw/samba3hide.c @@ -263,6 +263,9 @@ BOOL torture_samba3_hide(struct torture_context *torture) return False; } + smbcli_chmod(cli->tree, fname, UNIX_R_USR|UNIX_W_USR); + smbcli_unlink(cli->tree, fname); + return True; } -- cgit