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

setup_package "git-single.mk"
setup_git_repository

step "Testing Git with a single repository"
package_make patch

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