Skip to content

Commit 94069bc

Browse files
committed
Restrict others permission
1 parent 34062ec commit 94069bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/image_checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def _check_mismatched_images(
184184

185185
# Make diff_dir readable
186186
if os.path.exists(parameters.diff_dir):
187-
_chmod_recursive(parameters.diff_dir, 0o755)
187+
_chmod_recursive(parameters.diff_dir, 0o754)
188188
else:
189189
# diff_dir won't exist if all the expected images are missing
190190
# That is, if we're in this case, we expect the following:

0 commit comments

Comments
 (0)