only try and mkdir the .git if it doesn't already exist
authorMatt S Trout <mst@shadowcat.co.uk>
Fri, 25 Feb 2011 13:33:44 +0000 (13:33 +0000)
committerMatt S Trout <mst@shadowcat.co.uk>
Fri, 25 Feb 2011 13:33:44 +0000 (13:33 +0000)
commit13ac7415390fd27a7a7dfeda6abf64c6c15c3126
tree35f5b4c9870cb58e38e8056cc4296cd7ea46d245
parent93ae637eafa34d2f093cf276421da54564195c7b
only try and mkdir the .git if it doesn't already exist

If it does, the mkdir failes with 'File exists'. Didn't spot this during
testing because I only ran the tests once.

So we check it's not already there. Cleanup doesn't seem worth it.
Changes
t/strictures.t