# -*- sh -*- # See LICENSE file for copyright and license details. for os in $(getnamelist OS); do osn=$(getnum OS $os) if issupported $os; then . $(printf '%s\n' $os | tr '[A-Z]' '[a-z]')/tests/os-dependent-arrays fi done