From dac27467b6ee260db228e2d18b35fa01a71a9077 Mon Sep 17 00:00:00 2001
From: Daniel Brown <ddb@star.sr.bham.ac.uk>
Date: Thu, 8 Aug 2013 14:29:08 +0100
Subject: [PATCH] giving owner full read write exec permissions on kat object.
 Not sure why this is necessary on lnxs machine as the same user has just
 compiled the kat binary.

---
 pykat/testing/test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pykat/testing/test.py b/pykat/testing/test.py
index 23103f0..8c73414 100644
--- a/pykat/testing/test.py
+++ b/pykat/testing/test.py
@@ -179,7 +179,7 @@ class FinesseTestProcess(Thread):
         if not os.access(FINESSE_EXE, os.X_OK):
             if sys.platform != "win32":
                 print "Trying to chmod " + FINESSE_EXE
-                os.chmod(FINESSE_EXE, stat.S_IXUSR)
+                os.chmod(FINESSE_EXE, stat.S_IRWXU)
         
         out = None
         
-- 
GitLab