diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-06-12 10:18:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:09:01 -0500 |
commit | c1cbe6e0b0917a3781cb45fb732b7e457cfecdb1 (patch) | |
tree | 31eea09f9f77e7c3923d21b1f6f899bebbdef217 /source4/torture/torture.c | |
parent | 46a6477268ecdaeb15dbc00cd3ae016e2f24228d (diff) | |
download | samba-c1cbe6e0b0917a3781cb45fb732b7e457cfecdb1.tar.gz samba-c1cbe6e0b0917a3781cb45fb732b7e457cfecdb1.tar.xz samba-c1cbe6e0b0917a3781cb45fb732b7e457cfecdb1.zip |
r16149: This is a very Samba3 specific test: It tests whether 'hide unreadable' and
'hide unwriteable files' actually do what they are supposed to do.
Volker
(This used to be commit 7bf02a5e0f2c53bd516033d31466cd0cf22d3496)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r-- | source4/torture/torture.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c index 9962fbb9f87..66f37d51f52 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -613,6 +613,7 @@ static struct { {"RAW-STREAMS", torture_raw_streams, 0}, {"RAW-ACLS", torture_raw_acls, 0}, {"RAW-COMPOSITE", torture_raw_composite, 0}, + {"RAW-SAMBA3HIDE", torture_samba3_hide, 0}, /* SMB2 tests */ {"SMB2-CONNECT", torture_smb2_connect, 0}, |