#!/bin/sh

set -e

exec make tests TESTFLAGS="--with-hg=/usr/bin/hg --blacklist=debian/mercurial.test_blacklist"
