fix this test for the new version of createDirectoryIfMissing (#2808)
authorSimon Marlow <marlowsd@gmail.com>
Wed, 4 Feb 2009 16:33:19 +0000 (16:33 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 4 Feb 2009 16:33:19 +0000 (16:33 +0000)
commit8d5f972af5feea0b973630ad98cf2073868f061d
treebc3d079f03480ca9d81d4376b3b656b53006a7a3
parentb513fe8c184b758a71dc7c7d0accaabdaf7797f0
fix this test for the new version of createDirectoryIfMissing (#2808)
- add another race test, for two threads both doing create;cleanup
- ignore isDoesNotExistErrors in create
tests/createDirectoryIfMissing001.hs