summaryrefslogtreecommitdiff
path: root/test/Install
diff options
context:
space:
mode:
Diffstat (limited to 'test/Install')
-rw-r--r--test/Install/Install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Install/Install.py b/test/Install/Install.py
index adadfd96..d66660ba 100644
--- a/test/Install/Install.py
+++ b/test/Install/Install.py
@@ -129,7 +129,7 @@ test.must_match(['work', 'f2.out'], "f2.in\n")
# if a target can not be unlinked before building it:
test.write(['work', 'f1.in'], "f1.in again again\n")
-os.chmod(test.workpath('work', 'export'), 0555)
+os.chmod(test.workpath('work', 'export'), 0o555)
f = open(f1_out, 'rb')