From 94d16b0ad7ba31cb0bef2f6083145b11b5640e31 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 28 Jul 2018 12:26:24 +0800 Subject: [PATCH 1/1] test suite: add t-push-included Signed-off-by: Sean Whitton --- tests/lib | 6 ++++++ 1 file changed, 6 insertions(+) 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} -- 2.30.2