mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix broken slowtest on FreeBSD
This commit is contained in:
parent
44f3649bee
commit
737e3e0215
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{% if grains['os'] == 'Windows' %}
|
||||
{% set test_false = 'cmd.exe /c exit 1' %}
|
||||
{% set test_true = 'cmd.exe /c exit 0' %}
|
||||
{% elif grains['os'] == 'MacOS' %}
|
||||
{% elif grains['os'] == 'MacOS' or grains['os'] == 'FreeBSD' %}
|
||||
{% set test_false = '/usr/bin/false' %}
|
||||
{% set test_true = '/usr/bin/true' %}
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Reference in a new issue