From 94d16b0ad7ba31cb0bef2f6083145b11b5640e31 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 28 Jul 2018 12:26:24 +0800 Subject: test suite: add t-push-included Signed-off-by: Sean Whitton --- tests/lib | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/lib') diff --git a/tests/lib b/tests/lib index 8de7b89..68bf9d7 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} -- cgit v1.2.3