mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Test package download test fix
This commit is contained in:
parent
31e125f09e
commit
9f1c62a847
1 changed files with 3 additions and 0 deletions
|
@ -108,6 +108,9 @@ def test_salt_downgrade_minion(salt_call_cli, install_salt):
|
|||
bin_file = install_salt.install_dir / "salt-call.bat"
|
||||
else:
|
||||
bin_file = install_salt.install_dir / "salt-call.exe"
|
||||
elif platform.is_darwin() and install_salt.classic:
|
||||
bin_file = install_salt.bin_dir / "salt-call"
|
||||
|
||||
|
||||
ret = install_salt.proc.run(bin_file, "--version")
|
||||
assert ret.returncode == 0
|
||||
|
|
Loading…
Add table
Reference in a new issue