From 6bef445102dc8d93bbbaf3be91b1ed406f26b535 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Tue, 7 Jun 2016 00:39:43 -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 566d4d8a..e1a2ba80 100644 --- a/tst/winfsp-tests/posix-test.c +++ b/tst/winfsp-tests/posix-test.c @@ -178,6 +178,8 @@ void posix_map_sd_test(void) { L"O:SYG:BAD:P(A;;0x1f01bf;;;SY)(A;;0x1201af;;;BA)(A;;0x1201af;;;WD)", 18, 544, 00777 }, { L"O:SYG:BAD:P(A;;FA;;;SY)(A;;0x1201ef;;;BA)(A;;0x1201ef;;;WD)", 18, 544, 0040777 }, { L"O:SYG:BAD:P(A;;FA;;;SY)(A;;0x1201af;;;BA)(A;;0x1201af;;;WD)", 18, 544, 0041777 }, + + { L"O:BAG:BAD:P(A;;0x1f0199;;;BA)(A;;FR;;;BA)(A;;FR;;;WD)", 544, 544, 0444 }, }; NTSTATUS Result; BOOL Success;