Commit 54bdc64a92bbef7fcc311fa00e38e32cb0bc71e5

Scott J. Goldman 2012-05-10T00:37:03

Fix rmdir() usage on Solaris On Solaris, rmdir() throws EEXIST if the folder is not empty, so just add one more case to check for that, alongside ENOTEMPTY.