#!/bin/sh
#
# Note: this doesn't test the installed mercurial-git.  It's better
# than nothing though.

set -e

exec make tests TESTFLAGS="--blacklist=$(pwd)/debian/hg-git.test_blacklist"
