summaryrefslogblamecommitdiffstats
path: root/tests/os-dependent-arrays
blob: 13c119be418de4990ec7accaef0cd7e72047aea0 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                                     
# -*- 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