#! /bin/sh
. "${0%/*}/test.subr"

set_up_package "hg-single.mk"
set_up_repository hg

step "Testing Mercurial with a single repository"
package_make patch

assert_that --file "$wrkdir/pkgbase/today" --has-content "2018-03-01"
