#!/bin/bash

testdir="$( dirname "$0" )"
testprogram=".testdrive"

"$testdir/$testprogram" "$0" "inspect" "expect-parser" "$@"
