Skip to content

Commit 8266a2f

Browse files
dmurphy18twangboy
authored andcommitted
Updated test for Debian output, leading dot in path
1 parent 915bc7e commit 8266a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pytests/pkg/upgrade/test_salt_upgrade.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def test_salt_sysv_service_files(install_salt):
196196
f"DGM test_salt_sysv_service_files check line, '{line}'",
197197
flush=True,
198198
)
199-
if line == test_initd_name:
199+
if test_initd_name in line:
200200
found_line = True
201201
print(
202202
f"DGM test_salt_sysv_service_files test_initd_name, '{test_initd_name}' was FOUND",

0 commit comments

Comments
 (0)