a51a6f4a25
Fixes #51359 * Update default search paths * Fix returns for args and command, don't allow conversion * Reorganize tests * Fix test for Azure Pipelines
9 lines
189 B
YAML
9 lines
189 B
YAML
_boot_time_command:
|
|
freebsd: '/sbin/sysctl kern.boottime'
|
|
openbsd: '/sbin/sysctl kern.boottime'
|
|
macosx: 'who -b'
|
|
solaris: 'who -b'
|
|
sunos: 'who -b'
|
|
|
|
_timeout_value:
|
|
solaris: 120
|