DCD-418: Fix test.

This commit is contained in:
Steve Smith
2019-07-10 16:52:18 +10:00
parent 82d94c3a5b
commit 5dc978afb0

View File

@@ -10,5 +10,5 @@ def test_service_file(host):
f = host.file('/etc/systemd/system/jira-software.service') f = host.file('/etc/systemd/system/jira-software.service')
assert f.contains("^ExecStart=/opt/atlassian/jira-software/current/bin/start-jira.sh -fg$") assert f.contains("^ExecStart=/opt/atlassian/jira-software/current/bin/start-jira.sh -fg$")
assert f.user == 'root' assert f.user == 'root'
assert f.user == 'root' assert f.group == 'root'
assert f.mode == 0o0640 assert f.mode == 0o0640