From 96e048ec5e669e38aeaf071b617af0b226ddc990 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Mon, 6 Jun 2016 23:11:03 -0700 Subject: [PATCH] winfsp-tests: posix_map_sd_test --- tst/winfsp-tests/posix-test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tst/winfsp-tests/posix-test.c b/tst/winfsp-tests/posix-test.c index 44df830d..de156ec2 100644 --- a/tst/winfsp-tests/posix-test.c +++ b/tst/winfsp-tests/posix-test.c @@ -156,6 +156,8 @@ void posix_map_sd_test(void) } map[] = { { L"O:SYG:BAD:P(A;;0x1f0199;;;SY)(A;;0x120088;;;BA)(A;;0x120088;;;WD)", 18, 544, 00400 }, + { L"O:SYG:BAD:P(A;;0x1f0198;;;SY)(D;;CC;;;SY)(A;;FR;;;BA)(A;;0x120088;;;WD)", 18, 544, 00040 }, + { L"O:SYG:BAD:P(A;;0x1f0198;;;SY)(D;;CC;;;SY)(A;;0x120088;;;BA)(D;;CC;;;BA)(A;;FR;;;WD)", 18, 544, 00004 }, }; NTSTATUS Result; BOOL Success;