http://bugs.winehq.org/show_bug.cgi?id=14994
Summary: Haskell's removeDirectoryRecursive fails on Wine Product: Wine Version: CVS/GIT Platform: Other OS/Version: other Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: jeffzaroyko@gmail.com
Created an attachment (id=15616) --> (http://bugs.winehq.org/attachment.cgi?id=15616) testcase
attached is a test executable which does the shell equivalent of
mkdir -p wine-bug/1 touch wine-bug/1/xyz rm -rf wine-bug
Works fine on Windows XP, fails under wine-1.1.2-551-g34aa6b7 with the message "Directory not empty"