DEBSOURCES
Skip Quicknav
sources / cloud-utils / 0.33-1 / debian / tests / mic
123456
#!/bin/sh my_d=$(dirname "$0") . "$my_d/functions" || { echo "failed to source functions" 1>&2; exit 1; } execute ./test/test-mic # vi: ts=4 expandtab