summaryrefslogtreecommitdiffstats
path: root/tests/os-dependent-arrays
diff options
context:
space:
mode:
Diffstat (limited to 'tests/os-dependent-arrays')
-rw-r--r--tests/os-dependent-arrays9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/os-dependent-arrays b/tests/os-dependent-arrays
new file mode 100644
index 0000000..13c119b
--- /dev/null
+++ b/tests/os-dependent-arrays
@@ -0,0 +1,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