#!/bin/sh
[ -z "$srcdir" ] && srcdir=.
echo
echo "Running piped tests using static test dns zone file..."
exec $srcdir/run_single_live -test-opt="-dns=test"
