<br><br><div class="gmail_quote">On Thu, Feb 7, 2013 at 1:31 PM, Ian Lynagh <span dir="ltr">&lt;<a href="mailto:ian@well-typed.com" target="_blank">ian@well-typed.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div class="im"><br>
&gt; And getPermissions001 might or might not have to do with the fact that this<br>
&gt; is on<br>
&gt; a virtual machine...<br>
<br>
</div>What platform are you on, and how is it failing?<br></blockquote><div><br>I&#39;m on Ubuntu 32bit running as guest OS on Win7 64bit. It fails as follows:<br><br><span style="font-family:courier new,monospace">@@ -1,3 +1,3 @@<br>

 Permissions {readable = True, writable = True, executable = False, searchable = True}<br>-Permissions {readable = True, writable = True, executable = False, searchable = False}<br>+Permissions {readable = True, writable = True, executable = True, searchable = False}<br>

 Permissions {readable = True, writable = True, executable = True, searchable = False}<br>*** unexpected failure for getPermissions001(normal)</span><br><br>Which is weird; getPermissions is saying that the file &quot;getPermissions001.hs&quot; is executable.<br>

But, then again, the file system is a mounted shared folder from NTFS, which is then accessed<br>via a symbolic link...<br><br><br>Thanks,<br>Pedro<br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<br>
<br>
Thanks<br>
<span class="HOEnZb"><font color="#888888">Ian<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
_______________________________________________<br>
ghc-devs mailing list<br>
<a href="mailto:ghc-devs@haskell.org">ghc-devs@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/ghc-devs" target="_blank">http://www.haskell.org/mailman/listinfo/ghc-devs</a><br>
</div></div></blockquote></div><br>