mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix condition regarding salt-spm
on tiamat macos packages
This commit is contained in:
parent
57ffd67661
commit
a5d470513a
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ def test_symlinks_created(version, symlink, install_salt):
|
|||
"""
|
||||
Test symlinks created
|
||||
"""
|
||||
if not install_salt.classic and symlink == "spm":
|
||||
if not install_salt.classic and not install_salt.relenv and symlink == "spm":
|
||||
symlink = "salt-spm"
|
||||
ret = install_salt.proc.run(pathlib.Path("/usr/local/sbin") / symlink, "--version")
|
||||
ret.stdout.matcher.fnmatch_lines([f"*{version}*"])
|
||||
|
|
Loading…
Add table
Reference in a new issue