From 1b2b18bbb243c92aed22d7d0b4fd3fc7c19a255a Mon Sep 17 00:00:00 2001
From: Thomas Reifenberger <tom-mi@users.noreply.github.com>
Date: Fri, 20 Nov 2015 21:10:14 +0100
Subject: [PATCH] Fix octal literal in python3

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

diff --git a/test/integration/test_mkp.py b/test/integration/test_mkp.py
index c2e3506..7aee282 100644
--- a/test/integration/test_mkp.py
+++ b/test/integration/test_mkp.py
@@ -165,7 +165,7 @@ dist({
     'version': '42',
 })
 ''', 'utf-8')
-    script.chmod(0700)
+    script.chmod(0o700)
     tmpdir.join('agents', 'special', 'agent_test').write_binary(b'hello', ensure=True)
     tmpdir.join('checks', 'foo').write_binary(b'Check Me!', ensure=True)
 
-- 
GitLab