On Thu, Feb 7, 2013 at 1:31 PM, Ian Lynagh
<ian@well-typed.com> wrote:
> And getPermissions001 might or might not have to do with the fact that this
> is on
> a virtual machine...
What platform are you on, and how is it failing?
I'm on Ubuntu 32bit running as guest OS on Win7 64bit. It fails as follows:
@@ -1,3 +1,3 @@
Permissions {readable = True, writable = True, executable = False, searchable = True}
-Permissions {readable = True, writable = True, executable = False, searchable = False}
+Permissions {readable = True, writable = True, executable = True, searchable = False}
Permissions {readable = True, writable = True, executable = True, searchable = False}
*** unexpected failure for getPermissions001(normal)
Which is weird; getPermissions is saying that the file "getPermissions001.hs" is executable.
But, then again, the file system is a mounted shared folder from NTFS, which is then accessed
via a symbolic link...
Thanks,
Pedro
Thanks
Ian