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

setup_package "svn-single.mk"
setup_svn_repository

step "Testing Subversion with a single repository"
package_make patch

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