We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d289da8 + 6592ebc commit 4316fb4Copy full SHA for 4316fb4
test/testinfra/test_command.py
@@ -10,4 +10,4 @@ def test_healthcheck_script_is_executable(host):
10
scriptFile = host.check_output("which php-fpm-healthcheck")
11
12
assert host.file(scriptFile).exists is True
13
- assert host.file(scriptFile).mode == 0o775
+ assert host.file(scriptFile).mode & 0o111 == 0o111
0 commit comments