1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

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 fdd501f803)
This commit is contained in:
Volker Lendecke 2007-01-08 16:11:44 +00:00 committed by Gerald (Jerry) Carter
parent 36f78c139a
commit aeda6017ac

View File

@ -263,6 +263,9 @@ BOOL torture_samba3_hide(struct torture_context *torture)
return False; return False;
} }
smbcli_chmod(cli->tree, fname, UNIX_R_USR|UNIX_W_USR);
smbcli_unlink(cli->tree, fname);
return True; return True;
} }