#!/bin/bash function test_init { true } function test_exit { true } function test_run { die "test_run unimplemented" }