[4/4] ntdll: test_NtQueryDirectoryFile: add check for FILE_ATTRIBUTE_REPARSE_POINT

Dan Kegel dank at kegel.com
Tue Sep 29 11:40:38 CDT 2009


On Wine, we report symlinks to directories as
FILE_ATTRIBUTE_REPARSE_POINT|FILE_ATTRIBUTE_DIRECTORY.
This patch tests that situation on both wine and windows.
Setting up one of those beasts is a bit funny on wine...
I had to use system("ln -s ...").  If there's a better way, let me know.

Uses a little code from Paul Hampson's patch,
http://www.winehq.org/pipermail/wine-patches/2009-January/067211.html

(With this, the tests are now robust enough to catch the
two problems AJ saw in my xattr patch.
I don't have time to post the updated xattr patch today, but the fix
is done, just need a moment to send it.)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-ntdll-add-check-for-FILE_ATTRIBUTE_REPARSE_POINT.patch
Type: text/x-patch
Size: 9784 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20090929/d4dc9c31/attachment.bin>


More information about the wine-patches mailing list