tst: winfsp-tests: WIP

This commit is contained in:
Bill Zissimopoulos
2016-10-26 13:27:49 -07:00
parent ff7a446194
commit dfe45e1be5
2 changed files with 16 additions and 4 deletions

View File

@ -483,7 +483,15 @@ void create_notraverse_dotest(ULONG Flags, PWSTR Prefix)
void create_notraverse_test(void)
{
if (OptNoTraverseToken)
return; /* this test needs traverse access privilege in order to work */
/* this test needs traverse access privilege in order to work */
return;
if (OptShareName)
/*
* This test does not work when going through a share!
* Does this suggest that traverse privilege is always on when going through shares?
*/
return;
if (NtfsTests)
{