From: Sean Whitton Date: Sat, 28 Jul 2018 04:26:24 +0000 (+0800) Subject: test suite: add t-push-included X-Git-Tag: archive/debian/6.1~6 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=94d16b0ad7ba31cb0bef2f6083145b11b5640e31;ds=sidebyside test suite: add t-push-included Signed-off-by: Sean Whitton --- diff --git a/tests/lib b/tests/lib index 8de7b895..68bf9d73 100644 --- a/tests/lib +++ b/tests/lib @@ -675,6 +675,12 @@ t-push-was-source-only () { done } +t-push-included () { + for f in $@; do + stat $tmp/incoming/$f + done +} + t-pushed-good () { local branch=$1 local suite=${2:-sid}