tests/f
changeset 28046 742cf5b979ec
parent 28044 e4f70e79a65f
child 29160 0362605b82cf
--- a/tests/f	Wed Feb 10 22:44:28 2016 +0900
+++ b/tests/f	Wed Feb 10 22:44:28 2016 +0900
@@ -64,7 +64,7 @@
             if opts.size and not isdir:
                 facts.append('size=%s' % stat.st_size)
             if opts.mode and not islink:
-                facts.append('mode=%o' % (stat.st_mode & 0777))
+                facts.append('mode=%o' % (stat.st_mode & 0o777))
             if opts.links:
                 facts.append('links=%s' % stat.st_nlink)
             if opts.newer: