X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=t%2Ftest-lib.sh;h=c0754747fbc250274f069901703159ffd23faf86;hb=542e165cdc4fbebbfe7c8954ca1aa1d4162e38cb;hp=a403fe042b9fbf4d25bd567d8e5c5219743e9192;hpb=503ca3a9f23a803080f844f58efcd5b2b1e17a86;p=git.git diff --git a/t/test-lib.sh b/t/test-lib.sh index a403fe042..c0754747f 100755 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -264,6 +264,12 @@ test -d ../templates/blt || { error "You haven't built things yet, have you?" } +if ! test -x ../test-chmtime; then + echo >&2 'You need to build test-chmtime:' + echo >&2 'Run "make test-chmtime" in the source (toplevel) directory' + exit 1 +fi + # Test repository test=trash rm -fr "$test"