From fdd501f8032dceb05989c582132b036bb22e6fb1 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 8 Jan 2007 16:11:44 +0000 Subject: [PATCH] r20613: The individual tests are fine, I did run samba3badpath, but raw-samba3hide left test.txt with permissions 000 behind... Volker --- source/torture/raw/samba3hide.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/torture/raw/samba3hide.c b/source/torture/raw/samba3hide.c index 8c90ed49b2e..d26ff981847 100644 --- a/source/torture/raw/samba3hide.c +++ b/source/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; } -- 2.34.1