mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +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:
parent
36f78c139a
commit
aeda6017ac
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user