r20613: The individual tests are fine, I did run samba3badpath, but raw-samba3hide
authorVolker Lendecke <vlendec@samba.org>
Mon, 8 Jan 2007 16:11:44 +0000 (16:11 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:37:14 +0000 (14:37 -0500)
left test.txt with permissions 000 behind...

Volker
(This used to be commit fdd501f8032dceb05989c582132b036bb22e6fb1)

source4/torture/raw/samba3hide.c

index 8c90ed49b2eff57bbb9c5b7ebdb5ff74107a3f74..d26ff981847701e95e06cdbf427696490c330c7b 100644 (file)
@@ -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;
 }