#!/bin/bash

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

"$testdir/$testprogram" "$0" "streams" "expect-scanner" "$@"
