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