summaryrefslogtreecommitdiff
path: root/test/Copy-Action.py
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2013-09-22 13:08:12 -0400
committerGary Oberbrunner <garyo@oberbrunner.com>2013-09-22 13:08:12 -0400
commit953dc41b8b720fdcec7955de67d23206214e5125 (patch)
treeb95b2144ccf82d8227cec025af152f4eadfa7282 /test/Copy-Action.py
parent328e541f40849c270fc75f0932594d18d2e6340b (diff)
downloadscons-git-953dc41b8b720fdcec7955de67d23206214e5125.tar.gz
Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.
Diffstat (limited to 'test/Copy-Action.py')
-rw-r--r--test/Copy-Action.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Copy-Action.py b/test/Copy-Action.py
index 51635c51e..ded158a71 100644
--- a/test/Copy-Action.py
+++ b/test/Copy-Action.py
@@ -84,8 +84,8 @@ test.subdir('d5')
test.write(['d5', 'f12.in'], "f12.in\n")
test.write('f 13.in', "f 13.in\n")
-os.chmod('f1.in', 0646)
-os.chmod('f4.in', 0644)
+os.chmod('f1.in', 0o646)
+os.chmod('f4.in', 0o644)
test.sleep()